Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 405 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 405 Bytes

eslint-config-athom

ESLint config for Athom B.V. JavaScript projects.

Usage

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"
}