1.1.2 • Published 1 month ago

@grozav/stylelint-config v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

@grozav/eslint-preset

  • Typescript ready
  • Extends standard
  • Single quotes, semi
  • Sensible defaults, best practices
  • One-line of config

Usage

  1. Install dependencies.
    npm i -DE eslint @grozav/stylelint-preset
  2. Create a new .stylelintrc.js file and add the following:
    module.exports = {
        extends: [
            '@grozav/stylelint-config'
        ]
    }
  3. Add linting script to package.json:

    "lint": "stylelint --ext .vue,.css,.scss src",

License

ISC