12.0.0 • Published 4 years ago

@stylelint/eslint-config v12.0.0

Weekly downloads
40
License
MIT
Repository
github
Last release
4 years ago

@stylelint/eslint-config

NPM version Build Status

stylelint org's shareable config for ESLint.

For consistent JavaScript across stylelint's repos.

Installation

$ npm install @stylelint/eslint-config --save-dev

Usage

Add this to your package.json:

{
  "eslintConfig": {
    "extends": ["@stylelint/eslint-config"]
  }
}

Changelog