Skip to content

Commit

Permalink
chore: Fix additional missing deps in config-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Aug 23, 2024
1 parent 638adba commit 7d961ff
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
".": "./index.js",
"./*": "./*.js"
},
"devDependencies": {
"dependencies": {
"@eslint/json": "^0.4.0",
"eslint-config-turbo": "^2.0.14",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.2.1"
"eslint-plugin-prettier": "^5.2.1",
"typescript-eslint": "^8.2.0"
}
}
178 changes: 177 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 7d961ff

Please sign in to comment.