eslint typescript
npm install --save-dev eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
eslint typescript
npm install --save-dev eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
eslint typescript
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
]
}
eslint typescript
{
"scripts": {
...
"lint": "eslint . --ext .ts",
}
}
eslint typescript
touch .eslintignore
eslint typescript
npm run lint
eslint typescript
touch .eslintrc
eslint typescript
node_modules
dist
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us