Skip to content

Commit 621e70a

Browse files
authored
Lint overhaul (#220)
2 parents cdfc226 + 87fcc90 commit 621e70a

21 files changed

+2409
-1925
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616

17-
- name: Use Node.js 18.x
17+
- name: Use Node.js 22.x
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 18
20+
node-version: 22
2121

2222
- name: Install
2323
run: yarn --immutable --ignore-engines
@@ -51,8 +51,8 @@ jobs:
5151
- 14
5252
- 15
5353
node-version:
54-
- 16.x
55-
- 18.x
54+
- 22.x
55+
- 24.x
5656

5757
services:
5858
postgres:

.lintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/dist/
2+
/.yarn/

0 commit comments

Comments
 (0)