Skip to content

Commit 29e34ab

Browse files
Merge branch 'main' into feat/review-structure
2 parents ef882cd + 471e192 commit 29e34ab

File tree

3 files changed

+237
-233
lines changed

3 files changed

+237
-233
lines changed

.eslintrc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
"es2021": true,
66
"node": true
77
},
8-
"extends": ["standard-with-typescript", "plugin:prettier/recommended"],
8+
"extends": ["love", "plugin:prettier/recommended"],
99
"parserOptions": {
1010
"ecmaVersion": "latest",
1111
"sourceType": "module",
12-
"project": ["./tsconfig.json"]
12+
"project": ["./tsconfig.json"],
13+
"warnOnUnsupportedTypeScriptVersion": false
1314
},
1415
"rules": {
1516
"@typescript-eslint/explicit-function-return-type": "off",

0 commit comments

Comments
 (0)