Refactor scripts

This commit is contained in:
2019-11-18 11:04:13 +09:00
parent 7e25ee6faf
commit 1ddcd4d570
33 changed files with 670 additions and 749 deletions

View File

@ -12,7 +12,12 @@
"trailing-comma": false,
"prefer-const": true,
"no-var-keyword": true,
"eofline": true
"eofline": true,
"no-console": false,
"object-literal-sort-keys": false,
"no-string-literal": false,
"max-line-length": false,
"no-string-throw": false
},
"rulesDirectory": []
}