Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d82582b

Browse files
committedJan 4, 2025··
ts-check
1 parent 371c1d9 commit d82582b

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
 

‎apps/example-app-karma/eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @ts-check
2+
13
import tseslint from "typescript-eslint";
24
import rootConfig from "../../eslint.config.mjs";
35

‎apps/example-app/eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @ts-check
2+
13
import tseslint from "typescript-eslint";
24
import rootConfig from "../../eslint.config.mjs";
35

‎eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @ts-check
2+
13
import eslint from "@eslint/js";
24
import tseslint from "typescript-eslint";
35
import angular from "angular-eslint";

‎projects/testing-library/eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// @ts-check
2+
13
import tseslint from "typescript-eslint";
24
import rootConfig from "../../eslint.config.mjs";
35

0 commit comments

Comments
 (0)
Please sign in to comment.