1.0.10 • Published 2 years ago

@kickstage/eslint-config-core-ts v1.0.10

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

eslint-config-core-ts

This package provides Kickstage's ESLint core TypeScript shareable config.

Usage

  1. Install the required packages:

    npm install --save-dev eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser @kickstage/eslint-config-core-ts
  2. Extend your ESLint config:

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

License

The MIT License

Credits

Maintained by Kickstage.