Skip to content

Commit e9c7e1b

Browse files
OndraMliterat
authored andcommitted
Fix(eslint-config-typescript): Fix base module resolving
1 parent 7944d84 commit e9c7e1b

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-config-typescript

1 file changed

+1
-1
lines changed

packages/eslint-config-typescript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const base = require('@lmc-eu/eslint-config-base');
22
const globs = require('@lmc-eu/eslint-config-base/globs');
33

44
module.exports = {
5-
extends: [...require.resolve('@lmc-eu/eslint-config-base'), 'plugin:@typescript-eslint/recommended'],
5+
extends: [require.resolve('@lmc-eu/eslint-config-base'), 'plugin:@typescript-eslint/recommended'],
66

77
settings: {
88
// Correctly recognize .ts and .d.ts files when checking import paths against the filesystem

0 commit comments

Comments
 (0)