Skip to content

Commit 95e9b24

Browse files
committedJan 30, 2023
eslint + prettier
1 parent 353d825 commit 95e9b24

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎.eslintrc.json

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
"no-return-await": ["error"],
3333
"no-var": ["error"],
3434
"no-cond-assign": ["error", "always"],
35-
"indent": [
36-
"error",
37-
4
38-
],
3935
"linebreak-style": [
4036
"error",
4137
"unix"

‎.prettierrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"parser": "typescript",
33
"semi": true,
4+
"indent": 4,
45
"singleQuote": true,
56
"bracketSameLine": false,
67
"trailingComma": "es5"

0 commit comments

Comments
 (0)
Please sign in to comment.