allow console.xxx in tests, reorder eslint rules alphabetically
This commit is contained in:
parent
96bbe965d2
commit
030e766d29
1 changed files with 3 additions and 2 deletions
|
@ -22,9 +22,10 @@
|
|||
},
|
||||
"plugins": ["jasmine"],
|
||||
"rules": {
|
||||
"prefer-arrow-callback": 0,
|
||||
"func-names": 0,
|
||||
"jasmine/no-suite-dupes": [1, "branch"],
|
||||
"jasmine/no-spec-dupes": [1, "branch"]
|
||||
"jasmine/no-spec-dupes": [1, "branch"],
|
||||
"no-console": 0,
|
||||
"prefer-arrow-callback": 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue