mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
lint: Ignore rule for one-var in tests
This commit is contained in:
parent
c5bf06cd24
commit
e5c9924141
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ gulp.task('lint:common', () => {
|
|||
gulp.task('lint:tests', () => {
|
||||
let options = {
|
||||
rules: {
|
||||
'one-var': 0,
|
||||
'max-nested-callbacks': 0,
|
||||
'no-unused-expressions': 0,
|
||||
'mocha/no-exclusive-tests': 2,
|
||||
|
|
|
|||
Loading…
Reference in a new issue