3.4.0 • Published 11 months ago

@infinumjs/eslint-config-react-ts v3.4.0

Weekly downloads
93
License
MIT
Repository
github
Last release
11 months ago

eslint-config-react-ts

This package provides Infinum's ESLint React TypeScript shareable config.

Usage

  1. Install the required packages:

    npm install --save-dev eslint eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks @typescript-eslint/eslint-plugin @typescript-eslint/parser @infinumjs/eslint-config-react-ts
  2. Extend your ESLint config:

    {
    	"extends": "@infinumjs/eslint-config-react-ts",
    	"overrides": [
    		{
    			"files": ["*.ts", "*.tsx"],
    			"parserOptions": {
    				"project": ["./tsconfig.json"]
    			}
    		}
    	],
    	"parser": "@typescript-eslint/parser"
    }

License

The MIT License

Credits

@infinumjs/eslint-config-react-ts is maintained and sponsored by Infinum.

3.4.0

11 months ago

3.3.1

2 years ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.0

2 years ago

2.12.0

2 years ago

2.9.0

2 years ago

2.8.0

3 years ago

2.7.0

3 years ago

2.6.0

3 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago