Skip to content

Commit

Permalink
Update prettier and eslint (#840)
Browse files Browse the repository at this point in the history
* Run updated prettier.

* Lint clean.

* Update prettier and eslint

* Another prettier pass for some reason.
  • Loading branch information
rictic committed Aug 30, 2023
1 parent 9077643 commit 7248e7e
Show file tree
Hide file tree
Showing 66 changed files with 1,199 additions and 1,272 deletions.
645 changes: 283 additions & 362 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,17 +398,17 @@
"@types/proper-lockfile": "^4.1.2",
"@types/selfsigned": "^2.0.1",
"@types/vscode": "^1.66.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vscode/test-electron": "^2.1.3",
"cmd-shim": "^6.0.0",
"esbuild": "^0.18.16",
"eslint": "^8.15.0",
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint": "^8.48.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"jsonc-parser": "^3.0.0",
"jsonschema": "^1.4.0",
"pnpm": "^7.0.0",
"prettier": "^2.6.2",
"prettier": "^3.0.3",
"selfsigned": "^2.0.1",
"typescript": "^5.2.2",
"uvu": "^0.5.3",
Expand Down
Loading

0 comments on commit 7248e7e

Please sign in to comment.