Skip to content

Commit

Permalink
feat/chore migrating to typescript-eslint v6 (#210)
Browse files Browse the repository at this point in the history
* feat: migrating to the new testing package

* chore: trying to remove fixAll error

* chore: fixed afterall bug

* feat: emove unncesserary comma

* chore: fix build
  • Loading branch information
veritem authored Jul 14, 2023
1 parent 12f87f5 commit d55e5b0
Show file tree
Hide file tree
Showing 30 changed files with 3,864 additions and 3,887 deletions.
2 changes: 1 addition & 1 deletion fixtures/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"vitest"
],
"rules": {
"vitest/expect-expect": "error",
"vitest/expect-expect": "error"
}
}
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vitest eslint plugin",
"vitest eslint"
],
"author": "Verite Mugabo Makuza <https://veritem.me/>",
"author": "Verite Mugabo Makuza <https://veritemugabo.com/>",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -39,9 +39,10 @@
"devDependencies": {
"@babel/types": "^7.22.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/rule-tester": "^6.0.0",
"@veritem/eslint-config": "^0.0.11",
"bumpp": "^9.1.1",
"concurrently": "^8.2.0",
Expand All @@ -60,9 +61,15 @@
"node": "14.x || >= 16"
},
"peerDependencies": {
"eslint": ">=8.0.0"
"eslint": ">=8.0.0",
"vitest": "*"
},
"peerDependenciesMeta": {
"vite": {
"optional": true
}
},
"dependencies": {
"@typescript-eslint/utils": "^5.61.0"
"@typescript-eslint/utils": "^6.0.0"
}
}
}
Loading

0 comments on commit d55e5b0

Please sign in to comment.