Skip to content

Commit 8768ccc

Browse files
fix: extend typescript ruleset from the base one
1 parent 2f711cb commit 8768ccc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/eslint-config-typescript

packages/eslint-config-typescript/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
module.exports = {
1212

13+
extends: '@strv/eslint-plugin-base',
14+
1315
settings: {
1416
// Correctly recognise .ts and .d.ts files when checking import paths against the filesystem
1517
'import/resolver': {

0 commit comments

Comments
 (0)