This is a proposal for a node ESLint config based on Standard for JavaScript code at 8select.
npm i -D eslint 8select/eslint-config-8select-node
Once you installed eslint-config-8select-node
, you can use it by specifying 8select-node
in the extends
section of your ESLint configuration.
{
"extends": "8select-node",
"rules": {
// Additional, per-project rules...
}
}
MIT © 8select Software GmbH