2.0.2 • Published 1 year ago

eslint-config-pythoncoderas v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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