Skip to content

Commit

Permalink
fix(statusbaritem): render before linting (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Oct 27, 2022
1 parent e5648e5 commit f16ab48
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 105 deletions.
192 changes: 96 additions & 96 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
},
"devDependencies": {
"@lvjiaxuan/eslint-config": "^0.2.1",
"@types/eslint": "^8.4.7",
"@types/node": "^18.11.4",
"@types/eslint": "^8.4.8",
"@types/node": "^18.11.5",
"@types/vscode": "^1.60.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vscode/test-electron": "^2.2.0",
"eslint": "^8.26.0",
"tsup": "^6.3.0",
Expand Down
Loading

0 comments on commit f16ab48

Please sign in to comment.