We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc52d8c commit dd1a36eCopy full SHA for dd1a36e
.eslintrc.json
@@ -1,27 +1,6 @@
1
{
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
- ],
17
"plugins": ["eslint-plugin-tsdoc"],
18
"rules": {
19
- "tsdoc/syntax": "warn",
20
- "prettier/prettier": [
21
- "error",
22
- {
23
- "endOfLine": "auto"
24
- }
25
- ]
+ "tsdoc/syntax": "warn"
26
}
27
0 commit comments