diff --git a/browser-config.js b/browser-config.js index 53b2034..33c2a31 100644 --- a/browser-config.js +++ b/browser-config.js @@ -22,7 +22,6 @@ module.exports = { "arrow-spacing": 2, "no-confusing-arrow": 2, "no-duplicate-imports": 2, - "no-restricted-syntax": ["error", "CatchClause[param=null]"], "no-useless-constructor": 2, "prefer-arrow-callback": 2, "prefer-spread": 2, diff --git a/index.js b/index.js index 7588775..5857361 100644 --- a/index.js +++ b/index.js @@ -20,7 +20,6 @@ module.exports = { "no-multiple-empty-lines": [2, {"max": 1}], // nr "no-multi-spaces": 2, // nr "no-new-wrappers": 2, // nr - "no-restricted-syntax": [0, "CatchClause[param=null]"], "no-trailing-spaces": 2, // nr "no-undef": 2, "no-unneeded-ternary": 2, // nr