Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 222 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 222 Bytes

Installation and Usage

npm i -D @tapsellorg/stylelint-config

Then create a .stylelintrc.js file in the root of your project:

module.exports = {
  extends: ['@tapsellorg/stylelint-config'],
};