Skip to content

Commit d82582b

Browse files
committed
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

+2
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

+2
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

+2
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

+2
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)