mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
add react rules
This commit is contained in:
parent
250806ccc3
commit
250806ea2d
1 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,8 @@
|
|||
"noExplicitAny": "off"
|
||||
},
|
||||
"correctness": {
|
||||
"useExhaustiveDependencies": "error",
|
||||
"useHookAtTopLevel": "error",
|
||||
"noUnusedImports": "off",
|
||||
"noUnusedFunctionParameters": "off",
|
||||
"noUnusedVariables": {
|
||||
|
|
@ -47,6 +49,10 @@
|
|||
},
|
||||
"a11y": {
|
||||
"noSvgWithoutTitle": "off"
|
||||
},
|
||||
"nursery": {
|
||||
"noNestedComponentDefinitions": "error",
|
||||
"noReactPropAssign": "error"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue