Merge pull request #8309 from openlayers/greenkeeper/eslint-5.0.0

Update eslint to the latest version 🚀
This commit is contained in:
Tim Schaub
2018-06-24 10:58:24 -06:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
"clean-css-cli": "4.1.11",
"copy-webpack-plugin": "^4.4.1",
"coveralls": "3.0.1",
"eslint": "4.19.1",
"eslint": "5.0.0",
"eslint-config-openlayers": "^9.2.0",
"expect.js": "0.3.1",
"front-matter": "^2.1.2",

View File

@@ -149,6 +149,7 @@ function spawnJSDoc(paths) {
/**
* Writes the info.json file.
* @param {Object} info The info.
* @return {Promise} Resolves on completion.
*/
async function write(info) {
await fse.outputJson(infoPath, info, {spaces: 2});