Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Apr 5, 2024
1 parent 54bdd52 commit d9d01d3
Show file tree
Hide file tree
Showing 12 changed files with 346 additions and 346 deletions.
22 changes: 0 additions & 22 deletions fixtures/.eslintrc.json

This file was deleted.

5 changes: 5 additions & 0 deletions fixtures/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import vitest from 'eslint-plugin-vitest'

export default [
vitest.configs.recommended
]
2 changes: 1 addition & 1 deletion fixtures/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bench('normal sorting', () => {
x.sort((a, b) => {
return a - b
})
}, { time: 1000 })
}, { time: 1000 })
2 changes: 1 addition & 1 deletion fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-vitest": "^0.3.25",
"eslint-plugin-vitest": "0.4.2-beta.1",
"vitest": "^1.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit d9d01d3

Please sign in to comment.