Skip to content

Commit

Permalink
Disable TS Incompatible rule
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburntRock89 committed Jul 28, 2022
1 parent 70060b3 commit 6e94ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ module.exports = {
"prefer-template": "error",
"rest-spread-spacing": "error",
"template-curly-spacing": "error",
"no-console": "off",
"no-console": 0,
"no-irregular-whitespace": ["error", { skipStrings: true, skipComments: true, skipTemplates: true }],
"no-unused-vars": "warn",
"no-unused-vars": 0,
},
};

0 comments on commit 6e94ee1

Please sign in to comment.