Skip to content

Commit 006e5ca

Browse files
committed
Do not look for tsconfig.dev.json for Remix scripts.
1 parent e272af9 commit 006e5ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/remix/.eslintrc.js

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ module.exports = {
66
parserOptions: {
77
jsx: true,
88
},
9+
overrides: [
10+
{
11+
files: ['scripts/**/*.ts'],
12+
parserOptions: {
13+
project: ['tsconfig.json'],
14+
},
15+
},
16+
],
917
extends: ['../../.eslintrc.js'],
1018
rules: {
1119
'@sentry-internal/sdk/no-async-await': 'off',

0 commit comments

Comments
 (0)