Skip to content

Shortlyster/eslint-config-compono

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-shortlyster

Shortlyster's eslint configurations

Getting started

Refer to this github repo in you package.json dev dependencies.

npm add -D eslint-config-compono

Add .eslintrc to your project.

{
  "extends": "compono",
  "rules": {
    // project specific rules go here
  }
}

Rules

We extend from AirBnb's rules.

Our exceptions can be found in our config.

About

Prismatik's eslint configurations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%