Skip to content

Commit

Permalink
feat(config): eslint 9 removes vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Dec 9, 2024
1 parent f78fac6 commit 232d16d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eslint/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const sharedEslintConfig = {
};

export const typescriptLanguageOptions = {
extends: ['plugin:vitest/recommended'],
files: sharedEslintConfig.TYPESCRIPT_FILES,
languageOptions: {
globals: {
Expand Down

0 comments on commit 232d16d

Please sign in to comment.