@grozav/stylelint-config

1.1.2 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @grozav/stylelint-config

Weekly Downloads

5

Version

1.1.2

License

ISC

Unpacked Size

2.9 kB

Total Files

4

Last publish

Collaborators

  • alexgrozav
  • grozavcom