mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-09 16:52:14 +01:00
Fix maze utils warnings
This commit is contained in:
parent
e1982f265e
commit
75eb63632f
2 changed files with 5 additions and 2 deletions
|
@ -24,7 +24,10 @@
|
|||
"no-self-assign": "off",
|
||||
"@typescript-eslint/no-empty-interface": "off",
|
||||
"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": {
|
||||
"react": {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6c30e0993198ec6918d620b34ab03bb0c7fc116f
|
||||
Subproject commit a9c26e6eaa672e599d8828906ac7c1d3a6b9a81a
|
Loading…
Reference in a new issue