Skip to content

Commit

Permalink
feat: use @vitest/eslint-plugin instead of eslint-plugin-vitest (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinderoubaix authored Sep 19, 2024
1 parent 9b50c0b commit 4dac0a0
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 226 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import eslintConfigPrettier from 'eslint-config-prettier';
import eslintPluginSvelte from 'eslint-plugin-svelte';
import globals from 'globals';
import tseslint from 'typescript-eslint';
import vitest from 'eslint-plugin-vitest';
import vitest from '@vitest/eslint-plugin';
import playwright from 'eslint-plugin-playwright';
import agnosUi from '@agnos-ui/eslint-plugin';
import jsdoc from 'eslint-plugin-jsdoc';
Expand Down
Loading

0 comments on commit 4dac0a0

Please sign in to comment.