1.0.0 • Published 7 months ago

@bonassa/eslint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

ESLint configuration

ESLint basic configuration

Config for Node.js

Installing the dependencies

  npm install -D eslint @bonassa/eslint-config

Configure the .eslintrc.json file

{
  "extends": "@bonassa/eslint-config/configs/node"
}