提交 030e766d 编写于 作者: M Mike Greiling

allow console.xxx in tests, reorder eslint rules alphabetically

上级 96bbe965
...@@ -22,9 +22,10 @@ ...@@ -22,9 +22,10 @@
}, },
"plugins": ["jasmine"], "plugins": ["jasmine"],
"rules": { "rules": {
"prefer-arrow-callback": 0,
"func-names": 0, "func-names": 0,
"jasmine/no-suite-dupes": [1, "branch"], "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
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册