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:
parent
10ecd81734
commit
485d7b4ef1
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user