git.fiddlerwoaroof.com
Browse code

chore(eslint): ES2020

Edward authored on 10/01/2022 08:56:02
Showing 1 changed files
... ...
@@ -4,10 +4,10 @@
4 4
     "browser": true,
5 5
     "node": true,
6 6
     "jest": true,
7
-    "es6": true
7
+    "es2020": true
8 8
   },
9 9
   "parserOptions": {
10
-    "ecmaVersion": 2018,
10
+    "ecmaVersion": 2020,
11 11
     "sourceType": "module"
12 12
   },
13 13
   "rules": {
... ...
@@ -20,7 +20,7 @@
20 20
   },
21 21
   "settings": {
22 22
     "react": {
23
-      "version": "detect"
23
+      "version": "16"
24 24
     }
25 25
   }
26 26
 }