mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Remove dupes
This commit is contained in:
parent
2365732a71
commit
e35c85af3c
2 changed files with 0 additions and 2 deletions
|
|
@ -6,7 +6,6 @@
|
|||
"prefer-const": "off",
|
||||
"no-shadow": "off",
|
||||
"no-nested-ternary": "off",
|
||||
"no-dupe-keys": "off",
|
||||
"no-undef": "off",
|
||||
"react-hooks/rules-of-hooks": "off",
|
||||
"react-hooks/exhaustive-deps": "off",
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@ const parsers = {
|
|||
text: (node, parent) => new Text(node, parent),
|
||||
togglebutton: (node, parent) => new ToggleButton(node, parent),
|
||||
status: (node, parent) => new Status(node, parent),
|
||||
slider: noop,
|
||||
bitmapfont: noop,
|
||||
vis: noop,
|
||||
"wasabi:titlebar": noop,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue