test/style: remove or hide unused code in git.js, add tests
This commit is contained in:
committed by
Nils Knappmeier
parent
1ec1737d24
commit
14b621caf5
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user