Skip to content

raaum/eslint-config-rackt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-rackt

Shared ESLint config for rackt JavaScript code. By adopting a common ESLint config, we hope to encourage consistent style and quality across all of our repos.

The majority of ESLint config should be defined here rather than each project's own .eslintrc. If a project's maintainers desire to override some config, they can do it in their own .eslintrc.

Usage

npm install --save-dev eslint-config-rackt

Then, extend rackt in your .eslintrc:

{
    "extends": "rackt"
}

About

Shared ESLint config for rackt JavaScript

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.2%
  • JavaScript 46.8%