Skip to content

Commit

Permalink
Re-enable ESLint rule ava/prefer-t-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Dec 15, 2024
1 parent 9d8251b commit 71fd9d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ export default [
"ava/no-unknown-modifiers": ["error"],
"ava/prefer-async-await": ["error"],
"ava/prefer-power-assert": ["off"],
"ava/prefer-t-regex": ["off"],
"ava/prefer-t-regex": ["error"],
"ava/test-title": ["error"],
"ava/test-title-format": [
"error",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"depreman": "0.3.4",
"dotenv": "16.3.1",
"eslint": "9.14.0",
"eslint-plugin-ava": "15.0.0",
"eslint-plugin-ava": "15.0.1",
"eslint-plugin-depend": "0.12.0",
"eslint-plugin-jsdoc": "50.4.1",
"eslint-plugin-regexp": "2.6.0",
Expand Down

0 comments on commit 71fd9d2

Please sign in to comment.