Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 296 Bytes

File metadata and controls

13 lines (9 loc) · 296 Bytes

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