Skip to content

Commit 508e2d0

Browse files
jxhhdxkagol
authored andcommitted
chore: solve eslint error
1 parent 9fa30aa commit 508e2d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ module.exports = {
113113
"overrides": [
114114
{
115115
"files": [
116-
"*.ts"
116+
"*.ts",
117+
"*.tsx"
117118
],
118119
"parser": "@typescript-eslint/parser"
119120
}

0 commit comments

Comments
 (0)