Skip to content

Commit

Permalink
chore(vitest.cjs): temporarily comment out vitest eslint causing nx c…
Browse files Browse the repository at this point in the history
…ircular dep
  • Loading branch information
waldronmatt committed May 13, 2024
1 parent 1fb1994 commit 36fc40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/eslint-config-custom/vitest.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
globals: {
vi: true,
},
plugins: ['vitest'],
extends: ['plugin:vitest/recommended'],
// plugins: ['vitest'],
// extends: ['plugin:vitest/recommended'],
};

0 comments on commit 36fc40a

Please sign in to comment.