3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Initial work on new automod

This commit is contained in:
Dragory 2019-08-18 16:40:15 +03:00
parent 8914fe83c4
commit 846e623e3e
6 changed files with 888 additions and 5 deletions

View file

@ -23,6 +23,7 @@
"interface-over-type-literal": false,
"interface-name": false,
"no-submodule-imports": false,
"no-floating-promises": true
"no-floating-promises": true,
"no-string-literal": false
}
}