1.0.11 • Published 2 years ago

@kickstage/eslint-config-react-ts v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-react-ts

This package provides Kickstage'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 @kickstage/eslint-config-react-ts
  2. Extend your ESLint config:

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

License

The MIT License

Credits

Maintained by Kickstage.

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago