An ESLint Shareable Config for EBF projects
npm install eslint-config-ebfShareable 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-ebfThen, 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.