1.0.0 • Published 3 years ago

@locastic/eslint-config-core-ts v1.0.0

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

Usage

  1. Install the required packages:

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

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

License

The MIT License