@hint/hint-babel-config
hint that that checks if the Babel configuration is valid.
Last updated 4 years ago by vidorteg .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @hint/hint-babel-config 
SYNC missed versions from official npm registry.

Babel configuration hint set (babel-config)

babel-config contains hints to check if your Babel configuration has the most recommended configuration.

Why is this important?

Babel needs to be properly configured to reflect user's preference.

Hints

How to use this hint?

This package is installed automatically by webhint:

npm install hint --save-dev

To use it, activate it via the .hintrc configuration file:

{
    "connector": {...},
    "formatters": [...],
    "hints": {
        "babel-config/is-valid": "error",
        ...
    },
    "parsers": [...],
    ...
}

Note: The recommended way of running webhint is as a devDependency of your project.

Further Reading

Current Tags

  • 2.4.24                                ...           latest (4 years ago)

51 Versions

  • 2.4.24                                ...           4 years ago
  • 2.4.23                                ...           4 years ago
  • 2.4.22                                ...           4 years ago
  • 2.4.21                                ...           4 years ago
  • 2.4.20                                ...           4 years ago
  • 2.4.19                                ...           4 years ago
  • 2.4.18                                ...           4 years ago
  • 2.4.17                                ...           4 years ago
  • 2.4.16                                ...           4 years ago
  • 2.4.15                                ...           4 years ago
  • 2.4.14                                ...           4 years ago
  • 2.4.13                                ...           4 years ago
  • 2.4.12                                ...           4 years ago
  • 2.4.11                                ...           5 years ago
  • 2.4.10                                ...           5 years ago
  • 2.4.9                                ...           5 years ago
  • 2.4.8                                ...           5 years ago
  • 2.4.7                                ...           6 years ago
  • 2.4.6                                ...           6 years ago
  • 2.4.5                                ...           6 years ago
  • 2.4.4                                ...           6 years ago
  • 2.4.3                                ...           6 years ago
  • 2.4.2                                ...           6 years ago
  • 2.4.1                                ...           6 years ago
  • 2.4.0                                ...           6 years ago
  • 2.3.11                                ...           6 years ago
  • 2.3.10                                ...           6 years ago
  • 2.3.9                                ...           7 years ago
  • 2.3.8                                ...           7 years ago
  • 2.3.7                                ...           7 years ago
  • 2.3.6                                ...           7 years ago
  • 2.3.5                                ...           7 years ago
  • 2.3.4                                ...           7 years ago
  • 2.3.3                                ...           7 years ago
  • 2.3.2                                ...           7 years ago
  • 2.3.1                                ...           7 years ago
  • 2.3.0                                ...           7 years ago
  • 2.2.2                                ...           7 years ago
  • 2.2.1                                ...           7 years ago
  • 2.2.0                                ...           7 years ago
  • 2.1.4                                ...           7 years ago
  • 2.1.3                                ...           7 years ago
  • 2.1.2                                ...           7 years ago
  • 2.1.1                                ...           7 years ago
  • 2.1.0                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.1.1                                ...           7 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
  • 1.0.0-beta.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (3)
Dev Dependencies (14)

Copyright 2013 - present © cnpmjs.org | Home |