@sharingbox/eslint-config
v2.0.32
Published
JavaScript Eslint configuration
Downloads
24
Readme
@sharingbox/eslint-config
Core coding standards for sharingbox FRANCE.
Installation
You'll need to install ESLint
into your project. Run this command to install the config:
npm install @sharingbox/eslint-config --save-dev
Usage
Create a .eslintrc
file with the following contents:
{
"extends": [
"@sharingbox/eslint-config"
]
}