Skip to content

Commit a99719c

Browse files
authored
feat: lint .d.ts files (#850)
Enables linting of typescript definition files to ensure correct and consistent syntax. BREAKING CHANGE: what was not previously linted will now be linted so it may surface new errors
1 parent 94a0b99 commit a99719c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/config/user.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ const defaults = {
5555
'tasks/**/*.{js,ts}',
5656
'benchmarks/**/*.{js,ts}',
5757
'utils/**/*.{js,ts}',
58-
'!**/node_modules/**',
59-
'!**/*.d.ts'
58+
'!**/node_modules/**'
6059
]
6160
},
6261
// docs cmd options

0 commit comments

Comments
 (0)