Skip to content

Commit

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

* format

* Update NodeCI.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ota-meshi <otameshiyo23@gmail.com>
  • Loading branch information
renovate[bot] and ota-meshi committed Jul 18, 2023
1 parent f295e5c commit eb8fcea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Packages
run: npm install
- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@types/mocha": "^10.0.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",
"eslint": "^8.0.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:toml/${cat}"\``);
}
Expand Down

0 comments on commit eb8fcea

Please sign in to comment.