This repository provides recommended ESLint configuration for use on Able JavaScript projects.
yarn add @ableco/eslint-config --dev
npm install @ableco/eslint-config --save-dev
In your .eslintrc.js file, replace it with:
module.exports = {
root: true,
settings: {
//... your own settings, for example "import/resolver" or "react".
},
extends: "@ableco"
};Note: This ESLint configuration only replaces
env,parser,extends,pluginsandrules.
Bug reports and pull requests are welcome on GitHub at https://github.com/ableco/eslint-config.
The library is available as open source under the terms of the MIT License.