@electerious/eslint-config
v4.1.0
Published
ESLint configuration for my personal projects
Downloads
358
Readme
ESLint configuration
Shareable ESLint configuration for my personal projects.
Install
Install this package. It already includes ESLint and the necessary plugins.
npm install --save-dev @electerious/eslint-config
Usage
Create a file named .eslintrc.json
with following contents in the root folder of your project:
{
"extends": "@electerious/eslint-config"
}
That's it! You can override the settings by editing the .eslintrc.json
file.