Skip to content

Commit

Permalink
Configure no-useless-computed-key
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Mar 12, 2021
1 parent 5649825 commit 6b49ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -266,7 +266,7 @@ const ecmaScript6 = {
"no-restricted-exports": "off",
"no-restricted-imports": "off",
"no-this-before-super": "error",
"no-useless-computed-key": "off",
"no-useless-computed-key": "error",
"no-useless-constructor": "off",
"no-useless-rename": "off",
"no-var": 0,
Expand Down

0 comments on commit 6b49ddc

Please sign in to comment.