eslint-config-arno

1.0.4 • Public • Published

eslint-config-arno

ESLint shareable config for the WF-RIA³ JavaScript style guide.

Installation

If you use Yarn:

$ cd <your-project>
$ yarn add eslint eslint-plugin-jsx-a11y eslint-plugin-react eslint-config-arno

If you use npm:

$ cd <your-project>
$ npm install --save-dev eslint eslint-plugin-jsx-a11y eslint-plugin-react eslint-config-arno

Usage

Once the eslint-config-arno package is installed, you can use it by specifying arno in the extends section of your ESLint configuration.

{
  "extends": "arno",
  "rules": {
    // your project overrides
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-arno

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • aversini