Skip to content

Commit

Permalink
fix(eslint): updated config - renamed import
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Nov 14, 2024
1 parent ea7c4c3 commit ddba84e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'
// https://github.com/eslint-community/eslint-plugin-security
import eslintPluginSecurity from 'eslint-plugin-security';
// https://github.com/vitest-dev/eslint-plugin-vitest
import vitest from 'eslint-plugin-vitest';
import vitest from '@vitest/eslint-plugin';
import globals from 'globals';

import eslintIgnores from './eslint.ignores.js';
Expand Down
23 changes: 9 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"eslint-plugin-perfectionist": "3.9.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-security": "3.0.1",
"@vitest/eslint-plugin": "1.0.1",
"@vitest/eslint-plugin": "1.1.10",
"fetch-mock": "12.1.0",
"happy-dom": "15.10.2",
"happy-dom": "15.11.6",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
Expand Down

0 comments on commit ddba84e

Please sign in to comment.