5.4.4 • Published 4 months ago

eslint-config-airlight-react v5.4.4

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

eslint-config-airlight-react

ESLint configure for React.js focused on code quality, security and performance on top of eslint-config-airlight-base

Now compatible with oxlint and biome configuration

Installation

npm install eslint-config-airlight-react --save-dev
# or
yarn add eslint-config-airlight-react -D

Peer dependencies

Dependencies

Dependencies reason

  • eslint-plugin-react - React specific linting rules for ESLint
  • eslint-plugin-react-hooks - React rules for React Hooks
  • eslint-plugin-jsx-a11y - Static AST checker for accessibility rules on JSX elements
  • eslint-plugin-jest - Jest testing rules for ESLint

Usage

.eslintrc

{
  "extends": "airlight-react/legacy"
}

eslint.config.js

import airlightReact from 'eslint-config-airlight-react';

export default [
  ...airlightReact,
  // your rules
]

oxlint

If you are using eslint + oxlint combo, see here and follow guide

oxlint -c ./node_modules/eslint-config-airlight-react/oxlintrc.json

biome

If you are using eslint + biome combo, see here and follow guide

{
  "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
  "extends": ["eslint-config-airlight-react/biome.json"]
}
biome check . --write

Rules

We customized following rules.

Change these flat config or legacy config by your needs

License

MIT

5.4.4

4 months ago

5.4.3

11 months ago

5.4.2

11 months ago

5.4.1

12 months ago

5.1.3

1 year ago

5.3.0

12 months ago

5.1.2

1 year ago

5.1.1

1 year ago

5.1.0

1 year ago

5.4.0

12 months ago

5.0.4

1 year ago

5.0.3

1 year ago

5.2.0

12 months ago

5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

4.0.6

1 year ago

4.0.3

1 year ago

4.0.1

2 years ago

4.0.2

2 years ago

4.0.0

2 years ago

3.1.0

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

4 years ago

3.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.10

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago