1.2.0 • Published 3 years ago
eslint-config-styling v1.2.0
eslint-config-styling
ESLint styleguide configuration
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-config-styling:
npm install eslint-config-styling --save-devUsage
Add eslint-config-styling to the extends section of your .eslintrc configuration file.
{
"extends": [
"eslint-config-styling"
]
}