1.1.6 • Published 4 months ago

@pemonter/eslint-config v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

ESLint config

Whats included?

  • Standard config base;
  • React plugin;
  • React Hooks plugin;
  • JSX a11y plugin;
  • Prettier;

Setup

  1. Install the dependencies
npm i -D eslint @pemonter/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@pemonter/eslint-config/react"
  // "extends": "@pemonter/eslint-config/node"
}

You can also use a .eslintrc.js instead of JSON if you prefer.

1.1.6

4 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

11 months ago

1.0.14

11 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago