eslint-config-jooycar
v1.0.1
Published
ESLint config for the idiomatic js style
Downloads
97
Readme
eslint-config-jooycar
An ESLint shareable config for the idiomatic js coding style.
Ensure your source code adheres to the idiomatic js coding style by linting your code with ESLint. Hook ESLint into your editor and build pipeline for maximum effect.
Install
npm install --save-dev eslint-config-jooycar
Usage
In your .eslintrc
file:
{
"extends": [
"jooycar"
]
}