Remove "no-mixed-spaces-and-tabs": "off" and make linter happy

pull/450/head
Tuukka Ikkala 2020-05-23 23:51:24 +03:00
parent 894e13bd11
commit 0a32e40b1a
7 changed files with 7 additions and 8 deletions

View File

@ -34,7 +34,6 @@
"no-delete-var": "off", "no-delete-var": "off",
"no-empty": "off", "no-empty": "off",
"no-inner-declarations": "off", "no-inner-declarations": "off",
"no-mixed-spaces-and-tabs": "off",
"no-octal": "off", "no-octal": "off",
"no-prototype-builtins": "off", "no-prototype-builtins": "off",
"no-redeclare": "off", "no-redeclare": "off",