eslint-plugin-ada

0.0.5 • Public • Published

eslint-plugin-ada

Naming rules plugin

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ada:

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

Usage

Add ada to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

module.exports = {
  extends: [ 'plugin:ada/recommended' ]

or

{
  "plugins": ["ada"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "ada/jsx-events-naming": "error"
  }
}

Supported Rules

  • Fill in provided rules here

/eslint-plugin-ada/

    Package Sidebar

    Install

    npm i eslint-plugin-ada

    Weekly Downloads

    9

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    4.36 kB

    Total Files

    6

    Last publish

    Collaborators

    • adashuai5