Skip to content

Commit

Permalink
ESLint: Add additional rules from "qunit/recommended" configuration (#…
Browse files Browse the repository at this point in the history
…10858) (#11849)

# Conflicts:
#	testing/.eslintrc
  • Loading branch information
San4es committed Feb 4, 2020
1 parent b8289f5 commit 3cc8423
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion testing/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
],
"rules": {
"qunit/assert-args": "error",
"qunit/no-arrow-tests": "error"
"qunit/no-arrow-tests": "error",
"qunit/no-async-in-loops": "error",
"qunit/no-commented-tests": "warn",
"qunit/no-identical-names": "warn",
"qunit/no-ok-equality": "warn",
"qunit/no-only": "error"
}
}

0 comments on commit 3cc8423

Please sign in to comment.