|
@ -4,9 +4,9 @@ |
|
|
"quotes": [ 2, "single" ], |
|
|
"quotes": [ 2, "single" ], |
|
|
"linebreak-style": [ 2, "unix" ], |
|
|
"linebreak-style": [ 2, "unix" ], |
|
|
"semi": [ 2, "always" ], |
|
|
"semi": [ 2, "always" ], |
|
|
"space-after-keywords": [ 2, "always" ], |
|
|
"space-after-keywords": [ 2, "always" ], |
|
|
"space-before-blocks": [ 2, "always" ], |
|
|
"space-before-blocks": [ 2, "always" ], |
|
|
"space-before-function-paren": [ 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 ] |
|
|
}, |
|
|
}, |
|
|