Explicitly enable the rules
This commit is contained in:
parent
57ee20ea1c
commit
c7ea9f83d1
1 changed files with 18 additions and 0 deletions
|
|
@ -11,9 +11,27 @@
|
|||
"plugin:jasmine/recommended"
|
||||
],
|
||||
"rules": {
|
||||
"jasmine/expect-matcher": "error",
|
||||
"jasmine/expect-single-argument": "off",
|
||||
"jasmine/missing-expect": [
|
||||
"error",
|
||||
"expect()",
|
||||
"testElementIsActiveAfterScroll()"
|
||||
],
|
||||
"jasmine/named-spy": "off",
|
||||
"jasmine/new-line-before-expect": "off",
|
||||
"jasmine/new-line-between-declarations": "error",
|
||||
"jasmine/no-disabled-tests": "error",
|
||||
"jasmine/no-expect-in-setup-teardown": "error",
|
||||
"jasmine/no-focused-tests": "error",
|
||||
"jasmine/no-global-setup": "error",
|
||||
"jasmine/no-pending-tests": "error",
|
||||
"jasmine/no-promise-without-done-fail": "error",
|
||||
"jasmine/no-spec-dupes": "off",
|
||||
"jasmine/no-suite-callback-args": "error",
|
||||
"jasmine/no-suite-dupes": "error",
|
||||
"jasmine/no-unsafe-spy": "error",
|
||||
"jasmine/prefer-jasmine-matcher": "error",
|
||||
"jasmine/prefer-toHaveBeenCalledWith": "off"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue