diff --git a/legacy.js b/legacy.js index 905df77..fe76fd7 100644 --- a/legacy.js +++ b/legacy.js @@ -14,7 +14,6 @@ module.exports = { 'mocha': false, 'jasmine': false }, - 'ecmaFeatures': {}, 'globals': {}, 'rules': {} }; diff --git a/package.json b/package.json index f86e857..4eab9db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-smartthings", - "version": "3.0.0", + "version": "3.0.1", "description": "SmartThings's ESLint config", "main": "index.js", "repository": { @@ -27,7 +27,8 @@ ], "license": "Apache-2.0", "bugs": { - "url": "https://github.com/SmartThingsOSS/eslint-config-smartthings/issues" + "url": + "https://github.com/SmartThingsOSS/eslint-config-smartthings/issues" }, "homepage": "https://github.com/SmartThingsOSS/eslint-config-smartthings", "peerDependencies": {