test/style: remove or hide unused code in git.js, add tests

This commit is contained in:
Nils Knappmeier
2019-12-14 17:39:39 +01:00
committed by Nils Knappmeier
parent 1ec1737d24
commit 14b621caf5
10 changed files with 202 additions and 50 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = {
// Best Practices //
//----------------//
'default-case': 'warn',
'dot-notation': ['error', { allowKeywords: false }],
'dot-notation': 'warn',
'guard-for-in': 'warn',
'no-alert': 'error',
'no-caller': 'error',