Skip to content

BetaHuhn/eslint-config-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 eslint

Usage

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published