We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342502d commit 65fc64aCopy full SHA for 65fc64a
client/packages/lowcoder/.eslintrc
@@ -1,6 +1,9 @@
1
{
2
"extends": ["react-app"],
3
"plugins": ["only-ascii"],
4
+ "parserOptions": {
5
+ "warnOnUnsupportedTypeScriptVersion": false
6
+ },
7
"rules": {
8
// "react-hooks/exhaustive-deps": "off"
9
//"only-ascii/only-ascii": "error"
0 commit comments