Skip to content

Commit

Permalink
fix: add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
whitneypurdum committed Oct 12, 2022
1 parent 5b110d6 commit 6db96eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: ['@energyweb'],
rules: {
"@typescript-eslint/no-shadow": ["warn", {ignoreFunctionTypeParameterNameValueShadow: true}],
"@typescript-eslint/no-shadow": ["warn", {"ignoreFunctionTypeParameterNameValueShadow": true}],
},
env: {
browser: true,
Expand Down

0 comments on commit 6db96eb

Please sign in to comment.