1.0.8 • Published 2 years ago

@crnvl96/eslint-config-node v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ESLint config

Usage

npm i -D eslint @crnvl96/eslint-config-node

Create a .eslintrc.json file and add the following content to it:

{
  "extends": "@crnvl96/eslint-config-node"
}