allow console.xxx in tests, reorder eslint rules alphabetically

This commit is contained in:
Mike Greiling 2017-02-02 13:05:51 -06:00
parent 96bbe965d2
commit 030e766d29

View file

@ -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
}
}