eslint-config-pythoncoderas
My reusable eslint config.
Installation
First, install the package via npm install --save-dev eslint-config-pythoncoderas.
Then, in your .eslintrc file, add the following line:
{
"extends": [
"pythoncoderas"
]
}
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
My reusable eslint config