Remove dupes

This commit is contained in:
Jordan Eldredge 2019-08-18 14:07:47 -07:00
parent 2365732a71
commit e35c85af3c
2 changed files with 0 additions and 2 deletions

View file

@ -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",

View file

@ -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,