Merge pull request #8309 from openlayers/greenkeeper/eslint-5.0.0
Update eslint to the latest version 🚀
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@
|
|||||||
"clean-css-cli": "4.1.11",
|
"clean-css-cli": "4.1.11",
|
||||||
"copy-webpack-plugin": "^4.4.1",
|
"copy-webpack-plugin": "^4.4.1",
|
||||||
"coveralls": "3.0.1",
|
"coveralls": "3.0.1",
|
||||||
"eslint": "4.19.1",
|
"eslint": "5.0.0",
|
||||||
"eslint-config-openlayers": "^9.2.0",
|
"eslint-config-openlayers": "^9.2.0",
|
||||||
"expect.js": "0.3.1",
|
"expect.js": "0.3.1",
|
||||||
"front-matter": "^2.1.2",
|
"front-matter": "^2.1.2",
|
||||||
|
|||||||
@@ -149,6 +149,7 @@ function spawnJSDoc(paths) {
|
|||||||
/**
|
/**
|
||||||
* Writes the info.json file.
|
* Writes the info.json file.
|
||||||
* @param {Object} info The info.
|
* @param {Object} info The info.
|
||||||
|
* @return {Promise} Resolves on completion.
|
||||||
*/
|
*/
|
||||||
async function write(info) {
|
async function write(info) {
|
||||||
await fse.outputJson(infoPath, info, {spaces: 2});
|
await fse.outputJson(infoPath, info, {spaces: 2});
|
||||||
|
|||||||
Reference in New Issue
Block a user