@mkappelhof/eslint-config-node
v1.0.5
Published
This ESLint configuration is for projects that run on Node.js.
Downloads
1
Maintainers
Readme
Shared ESLint configuration for Node projects
This ESLint configuration is for projects that run on Node.js.
- For Next.js projects use @mkappelhof/eslint-config-next
- For React projects use @mkappelhof/eslint-config-react
Installation
Add the configuration as a dev dependency:
yarn add @mkappelhof/eslint-config-node
Then create a .eslintrc.js
config file with the following content:
module.exports = {
extends: ['@mkappelhof/eslint-config-node'],
};