My own opinionated ESLint configuration.
$ npm install --save-dev @jamieconnolly/eslint-config
To get started, add this to your .eslintrc.js
file:
module.exports = {
extends: '@jamieconnolly'
};
Note: We can omit the /eslint-config
suffix since it is automatically assumed by ESLint.