1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-11-01 00:52:26 +01:00

feat: support eslint-plugin-unicorn@^62.0.0

This commit is contained in:
2025-10-26 15:32:53 +01:00
parent e59d48f713
commit 54392498cf
6 changed files with 1132 additions and 997 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: "actions/checkout@v5.0.0"
- name: "Setup Node.js"
uses: "actions/setup-node@v5.0.0"
uses: "actions/setup-node@v6.0.0"
with:
node-version: "lts/*"
cache: "npm"