Skip to content

Commit f0e314c

Browse files
committed
Ignore linting violation in test file
1 parent af1fe9b commit f0e314c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eslint.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,10 @@ export default defineConfig([
6767
},
6868
files: ["**/e2e/browser/test-app/**"],
6969
},
70+
{
71+
rules: {
72+
"@typescript-eslint/no-non-null-assertion": "off",
73+
},
74+
files: ["**/*.test.ts"],
75+
},
7076
]);

0 commit comments

Comments
 (0)