Skip to content

Commit

Permalink
feat: lint .d.ts files (#850)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
achingbrain authored Jul 7, 2021
1 parent 94a0b99 commit a99719c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ const defaults = {
'tasks/**/*.{js,ts}',
'benchmarks/**/*.{js,ts}',
'utils/**/*.{js,ts}',
'!**/node_modules/**',
'!**/*.d.ts'
'!**/node_modules/**'
]
},
// docs cmd options
Expand Down

0 comments on commit a99719c

Please sign in to comment.