A standard eslint config for Canopy frontend developers. This assumes that you're using babel and babel-eslint babel-eslint.
Create an .eslintrc
file in your project's root directory:
{
"extends": "canopy"
}
After installing eslint
and babel-eslint
, you can test if it works by doing npx eslint