Merge pull request #8165 from tschaub/update-linter-config

Update linter config
This commit is contained in:
Tim Schaub
2018-05-07 14:52:21 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@
"copy-webpack-plugin": "^4.0.1",
"coveralls": "3.0.1",
"eslint": "4.19.1",
"eslint-config-openlayers": "^9.0.0",
"eslint-config-openlayers": "^9.2.0",
"expect.js": "0.3.1",
"front-matter": "^2.1.2",
"fs-extra": "^6.0.0",

View File

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