Skip to content

Commit

Permalink
Added ts no-undef exception
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpetretta committed Sep 11, 2022
1 parent 37fc01e commit c9321ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ module.exports = {
rules: {
"react/no-unescaped-entities": "off",
},
overrides: [
{
files: ["*.ts", "*.tsx"],
rules: {
"no-undef": "off",
},
},
],
}

0 comments on commit c9321ca

Please sign in to comment.