Tested how hilghlighted data behaves on GraphCards

This commit is contained in:
Alejandro Celaya
2020-04-09 09:44:14 +02:00
parent 310831a26a
commit 9177bc7cef
3 changed files with 22 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
"no-magic-numbers": "off",
"no-undefined": "off",
"no-inline-comments": "off",
"lines-around-comment": "off",
"indent": ["error", 2, {
"SwitchCase": 1
}