ESLint config for Athom B.V. JavaScript projects.
In your JavaScript project:
$ npm install --save-dev eslint eslint-config-athom
Then create a file /.eslintrc.json
in your project's root:
{
"extends": "athom"
}
Now, edit your project's /package.json
file to contain the following:
"engines": {
"node": ">=12.16.1"
}