Skip to content

Commit 1afb763

Browse files
committed
eslint-disable jsdoc/no-undefined-types
It's a jsdoc bug
1 parent 6f916ca commit 1afb763

6 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Build
2929
run: pnpm build
3030

31-
# - name: Lint
32-
# run: pnpm lint
31+
- name: Lint
32+
run: pnpm lint
3333

3434
- name: Lint Monorepo
3535
run: pnpm lint-monorepo

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Build
2525
run: pnpm build
2626

27-
# - name: Lint
28-
# run: pnpm lint
27+
- name: Lint
28+
run: pnpm lint
2929

3030
- name: Test
3131
run: pnpm test

packages/common/src/Evolu/Owner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable jsdoc/no-undefined-types */
12
/**
23
* Evolu Owner - Data Ownership and Collaboration
34
*

packages/common/src/Evolu/Protocol.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable jsdoc/no-undefined-types */
12
/**
23
* Evolu Protocol
34
*

packages/common/src/Result.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable jsdoc/no-undefined-types */
12
/**
23
* 🛡️ Type-safe errors
34
*

packages/common/src/Type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable jsdoc/no-undefined-types */
12
/**
23
* 🧩 Validation, Parsing, and Transformation
34
*

0 commit comments

Comments
 (0)