@betahuhn/eslint-config-node
v0.1.1
Published
ESLint configuration for my personal projects
Downloads
27
Readme
ESLint configuration
ESLint configuration for my personal projects.
Install
Install this package, ESLint and the necessary plugins.
npm install --save-dev @betahuhn/eslint-config-node eslintUsage
Create a file named .eslintrc.json with following contents in the root folder of your project:
{
"extends": "@betahuhn/eslint-config-node"
}You can override the settings by editing the .eslintrc.json file.
