mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove eslint two disabled rules & fix (#2309)
This commit is contained in:
parent
fc58e51ab3
commit
56215c6c2b
3 changed files with 5 additions and 10 deletions
|
@ -2,8 +2,6 @@
|
|||
"extends": ["prettier", "react-app", "react-app/jest"],
|
||||
"plugins": ["prettier"],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-unused-vars": "off",
|
||||
"@typescript-eslint/no-redeclare": "off",
|
||||
"import/no-anonymous-default-export": "off",
|
||||
"curly": "warn",
|
||||
"no-console": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue