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"
]
}