|
|
|
@ -13,6 +13,7 @@
|
|
|
|
|
"semi": ["error", "always"],
|
|
|
|
|
"no-trailing-spaces": ["warn"],
|
|
|
|
|
"comma-dangle": ["error"],
|
|
|
|
|
"no-console": ["warn", { "allow": ["warn", "error"] }]
|
|
|
|
|
"no-console": ["warn", { "allow": ["warn", "error"] }],
|
|
|
|
|
"space-before-function-paren": ["error", "never"]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|