Skip to content

caesargustav/stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WACG stylelint Config

stylelint configuration file for WACG projects

Installing

npm

npm i -D stylelint @wacg/stylelint-config

yarn

yarn add -D stylelint @wacg/stylelint-config

Configuration

add .stylelintrc.js in the root dirictory of your project with following content:

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

Tasks

add the following task to the scripts section of your package.json

"scripts": {
  "lint": "stylelint **/*.css",
  "lint:fix": "stylelint **/*.css --fix"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published