@sharingbox/eslint-config
v2.0.32
Published
JavaScript Eslint configuration
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-devUsage
Create a .eslintrc file with the following contents:
{
"extends": [
"@sharingbox/eslint-config"
]
}