Skip to content

Commit

Permalink
fix: Properly remove no-restricted-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
GZolla committed Oct 28, 2024
1 parent 82aaf05 commit 11b3f82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion browser-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11b3f82

Please sign in to comment.