From a99719cc519e8b427c0645cd6d4cb492441f956a Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Wed, 7 Jul 2021 10:39:12 +0100 Subject: [PATCH] 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 --- src/config/user.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/user.js b/src/config/user.js index 74a37adf8..9b9203fe1 100644 --- a/src/config/user.js +++ b/src/config/user.js @@ -55,8 +55,7 @@ const defaults = { 'tasks/**/*.{js,ts}', 'benchmarks/**/*.{js,ts}', 'utils/**/*.{js,ts}', - '!**/node_modules/**', - '!**/*.d.ts' + '!**/node_modules/**' ] }, // docs cmd options