Skip to content

Commit a6dfcf1

Browse files
committed
Fix linter.
1 parent 19800d3 commit a6dfcf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/remix/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
parserOptions: {
77
jsx: true,
88
},
9-
ignorePatterns: ['playwright.config.ts', 'test/integration/**'],
9+
ignorePatterns: ['playwright.config.ts', 'vitest.config.ts', 'test/integration/**'],
1010
extends: ['../../.eslintrc.js'],
1111
rules: {
1212
'@sentry-internal/sdk/no-optional-chaining': 'off',

packages/remix/tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33

4-
"include": ["test/**/*"],
4+
"include": ["test/**/*", "vitest.config.ts"],
55

66
"compilerOptions": {
77
"types": ["node", "jest"],

0 commit comments

Comments
 (0)