1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

fix!: usage of eslint defineConfig()

Ref: https://typescript-eslint.io/packages/typescript-eslint/#migrating-to-defineconfig

BREAKING CHANGE: peerDependencies:
`eslint@^9.22.0`
`eslint-plugin-unicorn@^61.0.0`
This commit is contained in:
2025-09-11 19:48:20 +02:00
parent 929978af36
commit 2d8260472a
9 changed files with 246 additions and 330 deletions

View File

@@ -13,13 +13,13 @@ jobs:
pull-requests: "write"
id-token: "write"
steps:
- uses: "actions/checkout@v4.2.2"
- uses: "actions/checkout@v5.0.0"
with:
fetch-depth: 0
persist-credentials: false
- name: "Setup Node.js"
uses: "actions/setup-node@v4.2.0"
uses: "actions/setup-node@v5.0.0"
with:
node-version: "lts/*"
cache: "npm"