mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-10 20:38:32 +03:00
Use es6 when linting
This commit is contained in:
committed by
Lachie Kermode
parent
1caf3d2062
commit
34825f42aa
@@ -18,7 +18,8 @@
|
||||
"sourceType": "module"
|
||||
},
|
||||
"env": {
|
||||
"node": true
|
||||
"node": true,
|
||||
"es6": true
|
||||
},
|
||||
"rules": {
|
||||
"no-console": 0,
|
||||
|
||||
Reference in New Issue
Block a user