0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

update lint config

This commit is contained in:
Rich Harris 2017-06-02 22:05:06 -04:00
parent 10ecd81734
commit 485d7b4ef1

View File

@ -5,7 +5,6 @@
"semi": [ 2, "always" ], "semi": [ 2, "always" ],
"keyword-spacing": [ 2, { "before": true, "after": true } ], "keyword-spacing": [ 2, { "before": true, "after": true } ],
"space-before-blocks": [ 2, "always" ], "space-before-blocks": [ 2, "always" ],
"space-before-function-paren": [ 2, "always" ],
"no-mixed-spaces-and-tabs": [ 2, "smart-tabs" ], "no-mixed-spaces-and-tabs": [ 2, "smart-tabs" ],
"no-cond-assign": 0, "no-cond-assign": 0,
"no-unused-vars": 2, "no-unused-vars": 2,