Refactor effects function (#2639)

This commit is contained in:
Aya Morisawa 2018-09-06 20:06:16 +09:00 committed by syuilo
parent 5dd2feba9b
commit f428372869
2 changed files with 30 additions and 61 deletions

View file

@ -17,6 +17,7 @@
"no-empty":false,
"ordered-imports": [false],
"arrow-parens": false,
"array-type": false,
"object-literal-shorthand": false,
"object-literal-key-quotes": false,
"triple-equals": [false],