mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
remove lint rule
This commit is contained in:
parent
a777b2916f
commit
37e98c9751
@ -48,8 +48,7 @@
|
|||||||
"import/no-anonymous-default-export": "off",
|
"import/no-anonymous-default-export": "off",
|
||||||
"@next/next/no-img-element": "off",
|
"@next/next/no-img-element": "off",
|
||||||
"@typescript-eslint/no-empty-function": "off",
|
"@typescript-eslint/no-empty-function": "off",
|
||||||
"@typescript-eslint/no-explicit-any": "off",
|
"@typescript-eslint/no-explicit-any": "off"
|
||||||
"@typescript-eslint/no-var-requires": "off"
|
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"React": "writable"
|
"React": "writable"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user