git.fiddlerwoaroof.com
Browse code

chore(eslint): ES2020

Edward authored on 10/01/2022 08:53:52
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@
7 7
     "es6": true
8 8
   },
9 9
   "parserOptions": {
10
-    "ecmaVersion": 2018,
10
+    "ecmaVersion": 2020,
11 11
     "sourceType": "module"
12 12
   },
13 13
   "rules": {