@toruslabs/eslint-config-node
v5.0.1
Published
Eslint configuration for Node.js
Readme
@toruslabs/eslint-config-node
Sharable ESLint config for Node.js repositories at Torus Labs.
Please use the @toruslabs/eslint-config-node package in your project.
Work with Eslint ^9.0.0, flat config file.
Usage
npm install --save-dev @toruslabs/eslint-config-nodeIn your project, add the following to your .eslintrc.js file:
import torusNodeConfig from "@toruslabs/eslint-config-node";
export default [
...torusNodeConfig,
{
// your custom rules and config here
},
];