mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Bump ecmaVersion to 5 (#1239)
This is the ESLint default and I doubt we care about older versions nowadays Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
||||
"jquery"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 3,
|
||||
"ecmaVersion": 5,
|
||||
"sourceType": "script"
|
||||
},
|
||||
"esnext": false,
|
||||
|
||||
Reference in New Issue
Block a user