1.1.2 • Published 2 years ago
@grozav/stylelint-config v1.1.2
@grozav/eslint-preset
- Typescript ready
- Extends standard
- Single quotes, semi
- Sensible defaults, best practices
- One-line of config
Usage
- Install dependencies.
npm i -DE eslint @grozav/stylelint-preset - Create a new
.stylelintrc.jsfile and add the following:module.exports = { extends: [ '@grozav/stylelint-config' ] } Add linting script to
package.json:"lint": "stylelint --ext .vue,.css,.scss src",
License
ISC