Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.17 KB

stylelint-config

Build status Dependency status MIT License Version

My own opinionated stylelint configuration.

Installation

$ npm install --save-dev @jamieconnolly/stylelint-config

Usage

To get started, add this to your .stylelintrc.js file:

module.exports = {
  extends: '@jamieconnolly/stylelint-config'
};

License

MIT License