An ESLint Shareable Config for EBF projects
npm install eslint-config-ebf
Shareable configs are designed to work with the extends
feature of .eslintrc
files.
You can learn more about Shareable Configs on the official ESLint website.
npm install --save-dev eslint-config-ebf
Then, add this to your .eslintrc
file:
{
"extends": "ebf"
}
You can override settings from the shareable config by adding them directly into your .eslintrc
file.
Apache License Version 2.0. Copyright (c) EBF.