Skip to content

Commit

Permalink
Env: 修复了一些开发环境
Browse files Browse the repository at this point in the history
  • Loading branch information
E0SelmY4V committed Apr 5, 2024
1 parent c99e7dc commit a51613e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {
'@typescript-eslint',
'markdown',
],
rules: { 'no-unused-vars': 'warn' },
rules: { 'no-unused-vars': 'off' },
root: true,
parserOptions: {
project: ['./packages/*/tsconfig.json'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^4.8.4"
"typescript": "^5.4.4"
},
"prettier": {
"printWidth": 200,
Expand Down

0 comments on commit a51613e

Please sign in to comment.