fix plugin load
This commit is contained in:
parent
e4ff3a78fb
commit
387524a407
4 changed files with 9 additions and 2 deletions
|
@ -35,6 +35,7 @@
|
|||
"multiline-ternary": "off",
|
||||
"newline-after-var": "off",
|
||||
"newline-before-return": "off",
|
||||
"newline-per-chained-call": "off",
|
||||
"no-bitwise": "off",
|
||||
"no-console": ["error", { "allow": ["warn", "error"] }],
|
||||
"no-empty-function": "off",
|
||||
|
|
Reference in a new issue