From 8bebb561b1eba24e720ecaf3ea7a20102c0b4fe9 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 7 May 2018 13:57:00 -0600 Subject: [PATCH] Update linter config --- package.json | 2 +- tasks/.eslintrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index edb94ca158..77491127b9 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "copy-webpack-plugin": "^4.0.1", "coveralls": "3.0.0", "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": "^5.0.0", diff --git a/tasks/.eslintrc b/tasks/.eslintrc index 5e3b82c312..73aa031734 100644 --- a/tasks/.eslintrc +++ b/tasks/.eslintrc @@ -2,7 +2,7 @@ "env": { "node": true }, - parserOptions: { - ecmaVersion: '2017' + "parserOptions": { + "ecmaVersion": 2017 } }