babel/eslint/babel-eslint-plugin-development
2018-11-20 18:02:40 +01:00
..
2018-11-20 18:02:40 +01:00
2018-11-19 00:53:17 +01:00
2018-11-18 23:57:36 +01:00
2018-11-18 23:57:36 +01:00
2018-11-18 23:57:36 +01:00
2018-11-19 00:53:17 +01:00
2018-11-18 23:57:36 +01:00
2018-11-18 23:57:36 +01:00

eslint-plugin-babel-plugin

A set of eslint rules to enforce best practices in the development of Babel plugins.

Installation

You'll first need to install ESLint:

$ npm install --save-dev eslint

Next, install eslint-plugin-babel-plugin:

$ npm install --save-dev eslint-plugin-babel-plugin

Then, load the plugin in your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": ["babel-plugin"]
}

Supported Rules

  • Fill in provided rules here