eslint-config-lens
v2.3.0
Published
Lens' ESLint config
Downloads
432
Maintainers
Readme
#Lens' ESLint Shareable Config
Usage
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.
To use Lens shareable config, first run this:
npm i [email protected] eslint-config-lens babel-eslint eslint-plugin-react eslint-plugin-import
Then, add this to your .eslintrc file:
{
"extends": "lens"
}