Skip to content

Commit

Permalink
chore: upgrade to working test config
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Apr 10, 2024
1 parent 0f28e10 commit 1a3be38
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 39 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import eslintPlugin from "eslint-plugin-eslint-plugin";
export default [
...freaktechnikConfigNode,
eslintPlugin.configs["flat/recommended"],
freaktechnikConfigTest,
...freaktechnikConfigTest,
{
files: ["**"],
rules: {
Expand Down
54 changes: 17 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"devDependencies": {
"@freaktechnik/eslint-config-node": "^10.0.3",
"@freaktechnik/eslint-config-test": "^10.0.3",
"@freaktechnik/eslint-config-test": "^10.0.6",
"@typescript-eslint/parser": "^7.5.0",
"ava": "^6.1.2",
"c8": "^9.1.0",
Expand Down

0 comments on commit 1a3be38

Please sign in to comment.