glacier-stylelint
v0.1.7
Published
lint for style codes
Maintainers
Readme
glacier-stylelint
dependancy
stylelint-config-recommended,
stylelint-config-standard
install
npm install glacier-stylelinthow to use
take one follow after this.
- run this script in ternimal
npx json -I -f package.json -e 'this.stylelint = { "extends" = "./node_modules/glacier-stylelint/stylelintrc.yml"'- add your package.json
... "stylelint": { "extends": [ "./node_modules/glacier-stylelint/stylelintrc.yml" ] } ...
