Fix unused vars for react-shared and website

This commit is contained in:
fragosti
2018-08-30 13:24:17 -07:00
parent eb4517d737
commit 1d5ef4d0ca
16 changed files with 10 additions and 19 deletions

View File

@@ -76,6 +76,7 @@
"no-unbound-method": true,
"no-unnecessary-class": true,
"no-unnecessary-type-assertion": true,
"no-unused-variable": true,
"no-unsafe-finally": true,
"number-literal-format": true,
"object-literal-key-quotes": false,