@figuredev/eslint-config-node
v2.0.1
Published
Eslint configuration for our Node.js applications.
Downloads
339
Keywords
Readme
Eslint configuration (Node.js)
Eslint configuration for our Node.js applications.
Usage
First install the package and its peer dependencies
yarn add -D @figuredev/eslint-config-node
Next add it under eslintConfig key to your package.json or add it to your existing eslint config.
// package.json
{
// ...
"eslintConfig": {
"extends": "@figuredev/eslint-config-node"
}
}
Development
To release your changes run:
yarn release