Skip to content

Commit

Permalink
chore(deps): update typescript-eslint monorepo to v6 (major) (#253)
Browse files Browse the repository at this point in the history
* chore(deps): update typescript-eslint monorepo to v6

* fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ota-meshi <[email protected]>
  • Loading branch information
renovate[bot] and ota-meshi authored Jul 18, 2023
1 parent 7d7cb33 commit d46f54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"@types/natural-compare": "^1.4.0",
"@types/node": "^18.0.0",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"cross-env": "^7.0.2",
"env-cmd": "^10.1.0",
"esbuild": "^0.18.0",
Expand Down
1 change: 0 additions & 1 deletion tools/update-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ class DocFile {
} else {
if (categories && categories.length) {
const presets = [];
// eslint-disable-next-line @typescript-eslint/require-array-sort-compare -- ignore
for (const cat of categories.sort()) {
presets.push(`\`"plugin:yml/${cat}"\``);
}
Expand Down

0 comments on commit d46f54c

Please sign in to comment.