diff --git a/src/config/user.js b/src/config/user.js index 098e960ef..403d7ce4d 100644 --- a/src/config/user.js +++ b/src/config/user.js @@ -56,7 +56,7 @@ const defaults = { 'src/**/*.{js,ts}', 'tasks/**/*.{js,ts}', 'benchmarks/**/*.{js,ts}', - '!benchmarks/**/node_modules/**' + '!benchmarks/**/node_modules/**', 'utils/**/*.{js,ts}', '!**/node_modules/**', 'examples/**/*.{js,ts}',