support zi/zo commands
This commit is contained in:
parent
1afbde6e19
commit
1f15d22643
5 changed files with 48 additions and 2 deletions
|
@ -22,7 +22,6 @@
|
|||
"multiline-ternary": "off",
|
||||
"max-statements": ["error", 15],
|
||||
"no-console": "off",
|
||||
"no-magic-numbers": ["error", { "ignore": [0, 1, 2] }],
|
||||
"no-param-reassign": "off",
|
||||
"no-ternary": "off",
|
||||
"object-curly-spacing": [
|
||||
|
|
Reference in a new issue