1.0.17 • Published 10 months ago

@asseco-ce/eslint-config-react v1.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

eslint-config-react

ESLint rules used across Asseco CE projects with bundled dependencies.

🔧 Installation

npm i --save-dev @asseco-ce/eslint-config-react

⚙️ Configuration

In your configuration file:

{
  ...
  extends: ['@asseco-ce/eslint-config-react', ...],
  parserOptions: {
    project: ['./path.to.tsconfig.json'],
    projectService: true,
    tsconfigRootDir: __dirname,
  },
  ...
}

📦 Dependencies

We need

  • eslint-plugin-react-hooks,
  • eslint-plugin-jsx-a11y,
  • eslint-plugin-import,
  • @typescript-eslint/*

for @nx/react.

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago