eslint-config-hapi

Shareable ESLint config for the hapi ecosystem

This module has moved and is now available at @hapi/eslint-config-hapi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
Last updated 8 years ago by cjihrig .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install eslint-config-hapi 
SYNC missed versions from official npm registry.

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).

Current Tags

  • 12.0.0                                ...           latest (8 years ago)

22 Versions

  • 12.0.0 [deprecated]           ...           8 years ago
  • 11.1.0 [deprecated]           ...           8 years ago
  • 11.0.0 [deprecated]           ...           8 years ago
  • 10.1.0 [deprecated]           ...           9 years ago
  • 10.0.0 [deprecated]           ...           10 years ago
  • 9.1.0 [deprecated]           ...           10 years ago
  • 9.0.0 [deprecated]           ...           10 years ago
  • 8.0.1 [deprecated]           ...           10 years ago
  • 8.0.0 [deprecated]           ...           10 years ago
  • 7.0.0 [deprecated]           ...           10 years ago
  • 6.1.1 [deprecated]           ...           10 years ago
  • 6.1.0 [deprecated]           ...           10 years ago
  • 6.0.0 [deprecated]           ...           10 years ago
  • 5.0.0 [deprecated]           ...           10 years ago
  • 4.0.0 [deprecated]           ...           10 years ago
  • 3.0.2 [deprecated]           ...           10 years ago
  • 3.0.1 [deprecated]           ...           11 years ago
  • 3.0.0 [deprecated]           ...           11 years ago
  • 2.0.1 [deprecated]           ...           11 years ago
  • 2.0.0 [deprecated]           ...           11 years ago
  • 1.0.1 [deprecated]           ...           11 years ago
  • 1.0.0 [deprecated]           ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 5
Dependencies (0)
None
Dev Dependencies (5)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |