fix #27, fix #25, fix #26, fix #20, fix #19

This commit is contained in:
lesion
2019-03-18 01:42:42 +01:00
parent b93cf91dbd
commit 7111b4578b
31 changed files with 270 additions and 70 deletions

View File

@@ -1,3 +1,6 @@
module.exports = {
'extends': 'standard'
'extends': 'standard',
"rules": {
"camelcase": 0
}
}