Skip to content

Eslint rules for Indoqa react projects, based on eslint-config-airbnb.

License

Notifications You must be signed in to change notification settings

Indoqa/eslint-config-indoqa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest version on npm

Usage

Depend on eslint-config-indoqa in package.json and make sure peer dependecies are available:

"dependencies": {
    "eslint-config-indoqa":   "<version>",  // this config, including airbnb, react and import modules
    "eslint-plugin-react":    "^6.6.0",     // peer: overriden rules
    "eslint-plugin-import":   "^2.1.0",     // peer: overriden rules
    "eslint-plugin-jsx-a11y": "^2.2.3",     // peer: overriden rules
    "eslint":                 "^3.9.1"      // peer: eslint
  },

Point to 'indoqa' in .eslintrc. No further configuration needed.

{
  "extends" : ["indoqa"]
}

About

Eslint rules for Indoqa react projects, based on eslint-config-airbnb.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published