Skip to content

Commit 850a135

Browse files
fix: corrected faulty import for typescript config
1 parent b59ec33 commit 850a135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/eslint-config-typescript

packages/eslint-config-typescript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
module.exports = {
1212

13-
extends: require.resolve('@strv/eslint-plugin-base'),
13+
extends: require.resolve('@strv/eslint-config-base'),
1414

1515
settings: {
1616
// Correctly recognise .ts and .d.ts files when checking import paths against the filesystem

0 commit comments

Comments
 (0)