mirror of https://github.com/espruino/BangleApps
Remove "no-mixed-spaces-and-tabs": "off" and make linter happy
parent
894e13bd11
commit
0a32e40b1a
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue