Skip to content

Commit a9bfd19

Browse files
authored
* Rewrite
1 parent 8c20ed7 commit a9bfd19

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+12809
-2706
lines changed

.eslintrc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"node": true
66
},
77
"parserOptions": {
8-
"ecmaVersion": 9,
8+
"ecmaVersion": 2020,
99
"sourceType": "module"
1010
},
1111
"rules": {
@@ -93,6 +93,7 @@
9393
"Property": true,
9494
"VariableDeclarator": true,
9595
"ImportDeclaration": true,
96+
"TernaryExpressions": true,
9697
"Comments": true
9798
}
9899
}
@@ -221,7 +222,7 @@
221222
],
222223
"max-params": [
223224
2,
224-
4
225+
5
225226
],
226227
"max-statements-per-line": 0,
227228
"new-cap": [

0 commit comments

Comments
 (0)