Merge pull request #8165 from tschaub/update-linter-config
Update linter config
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: '2017'
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2017
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user