0.1.7 • Published 5 years ago

glacier-stylelint v0.1.7

Weekly downloads
163
License
MIT
Repository
github
Last release
5 years ago

glacier-stylelint

dependancy

stylelint-config-recommended,
stylelint-config-standard

install

npm install glacier-stylelint

how 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"
      ]
    }
    ...