Skip to content

Commit 9729975

Browse files
chore(internal): update eslint config (#9)
1 parent 01f7342 commit 9729975

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.mjs

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default tseslint.config(
1010
parserOptions: { sourceType: 'module' },
1111
},
1212
files: ['**/*.ts', '**/*.mts', '**/*.cts', '**/*.js', '**/*.mjs', '**/*.cjs'],
13+
ignores: ['dist/**'],
1314
plugins: {
1415
'@typescript-eslint': tseslint.plugin,
1516
'unused-imports': unusedImports,
@@ -24,7 +25,7 @@ export default tseslint.config(
2425
{
2526
patterns: [
2627
{
27-
group: ['@gitpod/sdk', '@gitpod/sdk/*'],
28+
regex: '^@gitpod/sdk(/.*)?',
2829
message: 'Use a relative import, not a package import.',
2930
},
3031
],

0 commit comments

Comments
 (0)