Skip to content

Commit 65fc64a

Browse files
committed
fix: warning eslint unsupported version
1 parent 342502d commit 65fc64a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/packages/lowcoder/.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": ["react-app"],
33
"plugins": ["only-ascii"],
4+
"parserOptions": {
5+
"warnOnUnsupportedTypeScriptVersion": false
6+
},
47
"rules": {
58
// "react-hooks/exhaustive-deps": "off"
69
//"only-ascii/only-ascii": "error"

0 commit comments

Comments
 (0)