mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Fix maze utils warnings
This commit is contained in:
@@ -24,7 +24,10 @@
|
|||||||
"no-self-assign": "off",
|
"no-self-assign": "off",
|
||||||
"@typescript-eslint/no-empty-interface": "off",
|
"@typescript-eslint/no-empty-interface": "off",
|
||||||
"react/prop-types": [2, { "ignore": ["children"] }],
|
"react/prop-types": [2, { "ignore": ["children"] }],
|
||||||
"@typescript-eslint/member-delimiter-style": "warn"
|
"@typescript-eslint/member-delimiter-style": "warn",
|
||||||
|
"@typescript-eslint/no-non-null-assertion": "off",
|
||||||
|
"@typescript-eslint/ban-ts-comment": "off",
|
||||||
|
"@typescript-eslint/no-this-alias": "off"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"react": {
|
"react": {
|
||||||
|
|||||||
Submodule maze-utils updated: 6c30e09931...a9c26e6eaa
Reference in New Issue
Block a user