Skip to content

kapgel/eslint-config-kapgel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-kapgel

npm version Dependency Status DevDependency Status PeerDependency Status Build Status

This package is based on Airbnb config and provides kapgel's .eslintrc as an extensible shared config.

Usage

eslint-config-kapgel/legacy

Lints ES5 and below. Only requires eslint.

  1. npm install --save-dev eslint-config-kapgel eslint
  2. add "extends": "kapgel/legacy" to your .eslintrc
  • We will add ES6 support later

Improving this config

Consider adding test cases if you're making complicated rules changes, like anything involving regexes. Perhaps in a distant future, we could use literate programming to structure our README as test cases for our .eslintrc?

You can run tests with npm test. [WIP]

You can make sure this module lints with itself using npm run lint. [WIP]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published