Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
There are non-ascii in i18n translation, only-ascii mode will report …
…an error
  • Loading branch information
ryoakirasan committed May 23, 2023
commit 39457d5c9f3ad09ce167b2a601f4f67141bb1e30
2 changes: 1 addition & 1 deletion client/packages/lowcoder/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"plugins": ["only-ascii"],
"rules": {
// "react-hooks/exhaustive-deps": "off"
"only-ascii/only-ascii": "error"
//"only-ascii/only-ascii": "error"
}
}