Fix eslint
This commit is contained in:
+3
@@ -40,4 +40,7 @@ module.exports = {
|
||||
// Force ESLint to detect .tsx files
|
||||
{ files: ["*.js?(x)", "*.ts?(x)"] },
|
||||
],
|
||||
rules: {
|
||||
"no-redeclare": "off",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user