Skip to content

Commit dd1a36e

Browse files
author
Jerry Bruwes
committed
modified: .eslintrc.json
1 parent fc52d8c commit dd1a36e

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.eslintrc.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
{
2-
"root": true,
3-
"parserOptions": {
4-
"parser": "@typescript-eslint/parser",
5-
"project": "./tsconfig.json"
6-
},
7-
"extends": [
8-
"eslint:recommended",
9-
"airbnb-base",
10-
"airbnb-typescript/base",
11-
"plugin:@typescript-eslint/strict-type-checked",
12-
"plugin:@typescript-eslint/stylistic-type-checked",
13-
"plugin:perfectionist/recommended-natural-legacy",
14-
"plugin:sonarjs/recommended-legacy",
15-
"plugin:prettier/recommended"
16-
],
172
"plugins": ["eslint-plugin-tsdoc"],
183
"rules": {
19-
"tsdoc/syntax": "warn",
20-
"prettier/prettier": [
21-
"error",
22-
{
23-
"endOfLine": "auto"
24-
}
25-
]
4+
"tsdoc/syntax": "warn"
265
}
276
}

0 commit comments

Comments
 (0)