The Wayback Machine - https://web.archive.org/web/20220803235118/https://github.com/PythonCoderAS/eslint-config-pythoncoderas
Skip to content

PythonCoderAS/eslint-config-pythoncoderas

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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