Skip to content

Shareable ESLint config for the hapi ecosystem

License

Notifications You must be signed in to change notification settings

nlf/eslint-config-hapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-hapi

Current Version Build Status via Travis CI Dependencies

Shareable ESLint config for the hapi ecosystem. To use in your project, add eslint-config-hapi and eslint-plugin-hapi to your package.json, then in your ESLint configuration add:

{
  "extends": "eslint-config-hapi"
}

ESLint will automatically insert the eslint-config-, so technically, you can just write "extends": "hapi".

Note: eslint-plugin-hapi is a plugin containing custom hapi linting rules. It is a peer dependency because of the way ESLint handles shareable configs that include plugins and custom rules (see eslint/eslint#3458 and eslint/eslint#2518 for more background).

About

Shareable ESLint config for the hapi ecosystem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%