Skip to content

Commit

Permalink
chore: apply lint + fix eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Jun 12, 2024
1 parent 8d39685 commit a35b64a
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 138 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vue": "^3.4.22"
},
"devDependencies": {
"@antfu/eslint-config": "^2.14.0",
"@antfu/eslint-config": "^2.21.1",
"@babel/core": "^7.24.4",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
Expand All @@ -43,7 +43,7 @@
"@types/node": "^20.12.7",
"@types/underscore": "^1.11.15",
"babel-jest": "^29.7.0",
"eslint": "9.4.0",
"eslint": "8.57.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
Expand Down
2 changes: 1 addition & 1 deletion test/Logs.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { mount } from '@vue/test-utils'
import { describe, expect, it, mount } from '@vue/test-utils'
import Logs from '@/components/Logs.vue'

describe('logs', () => {
Expand Down
Loading

0 comments on commit a35b64a

Please sign in to comment.