Skip to content

Commit

Permalink
Enable more vitest ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Feb 10, 2024
1 parent 164c4d6 commit bcf8a3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Expand Up @@ -72,6 +72,10 @@ module.exports = {
{
files: ["*.test.js"],
extends: ["plugin:vitest/recommended"],
rules: {
"vitest/no-disabled-tests": warn,
"vitest/no-focused-tests": warn,
},
},
],
};

0 comments on commit bcf8a3f

Please sign in to comment.