Update linter config

This commit is contained in:
Tim Schaub
2018-05-07 13:57:00 -06:00
parent 6d09ab122a
commit 8bebb561b1
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"env": {
"node": true
},
parserOptions: {
ecmaVersion: '2017'
"parserOptions": {
"ecmaVersion": 2017
}
}