Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
refactor(eslint): upgrade vitest plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 28, 2024
1 parent 553790b commit 560bbe4
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 133 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// @ts-check
import eslint from '@eslint/js'
import vitest from '@vitest/eslint-plugin'
import globals from 'globals'
import prettierRecommended from 'eslint-plugin-prettier/recommended'
import tseslint from 'typescript-eslint'
import vitest from 'eslint-plugin-vitest'

export default tseslint.config(
eslint.configs.recommended,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@types/pg": "8.11.10",
"@types/serve-static": "1.15.7",
"@types/ws": "8.5.12",
"@vitest/eslint-plugin": "1.1.4",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"@vitest/eslint-plugin": "1.0.1",
"globals": "15.9.0",
"husky": "9.1.6",
"mjml": "4.15.3",
Expand Down
Loading

0 comments on commit 560bbe4

Please sign in to comment.