Skip to content

Commit

Permalink
fix: recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Feb 18, 2023
1 parent 0324fe9 commit ac5a5e3
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 165 deletions.
4 changes: 3 additions & 1 deletion fixtures/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"plugins": [
"vitest"
],
"rules": {}
"extends": [
"plugin:vitest/recommended"
]
}
6 changes: 3 additions & 3 deletions fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"author": "Makuza Mugabo Verite <[email protected]> (https://veritem.me/)",
"license": "MIT",
"dependencies": {
"vitest": "link:../dist"
"eslint-plugin-vitest": "^0.0.35",
"vitest": "^0.28.5"
},
"devDependencies": {
"eslint": "^8.34.0",
"eslint-plugin-vitest": "^0.0.33"
"eslint": "^8.34.0"
}
}
Loading

0 comments on commit ac5a5e3

Please sign in to comment.