eslint-config-pythoncoderas-combo
v1.1.3
Published
Combo config that I will be using in most of my projects.
Downloads
100
Readme
eslint-config-pythoncoderas-combo
Combo config that I will be using in most of my projects.
First, install the package via npm install --save-dev eslint-config-pythoncoderas-combo
.
Then, in your .eslintrc file, add the following line:
{
"extends": ["pythoncoderas-combo"]
}