1.2.0 • Published 2 years ago

eslint-config-styling v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

eslint-config-styling

ESLint styleguide configuration

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-config-styling:

npm install eslint-config-styling --save-dev

Usage

Add eslint-config-styling to the extends section of your .eslintrc configuration file.

{
    "extends": [
        "eslint-config-styling"
    ]
}