Skip to content

Commit

Permalink
ci: cause skipped tests linting error (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Apr 22, 2024
1 parent c06214f commit dbd7233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"rules": {
"indent": ["error", 2, { "SwitchCase": 1, "MemberExpression": "off" }],
"mocha/no-exclusive-tests": "error",
"mocha/no-skipped-tests": "error",
"mocha/no-mocha-arrows": "off"
}
}

0 comments on commit dbd7233

Please sign in to comment.