diff --git a/.eslintrc.json b/.eslintrc.json index d6c1b35..7db6a75 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,6 +49,7 @@ "no-use-before-define": "off", "one-var": [ "error", { "initialized": "never", "uninitialized": "always" }], "one-var-declaration-per-line": ["error", "initializations"], + "object-curly-newline": ["error", { "consistent": true }], "prefer-rest-params": "off", "promise/always-return": "error", "promise/catch-or-return": "error", diff --git a/package.json b/package.json index 65bd383..af846ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@invisible/eslint-config", "license": "MIT", - "version": "1.0.2", + "version": "1.0.3", "description": "Invisible Rules", "engines": { "node": "^8.5.0" @@ -12,9 +12,6 @@ "name": "Invisible Technologies", "url": "https://github.com/invisible-tech" }, - "files": [ - "." - ], "main": "index.js", "keywords": [ "eslint",