Skip to content

Commit 4e26e9e

Browse files
feat(npm-scripts): lint against dev directories
1 parent 17db227 commit 4e26e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/npm-tools/packages/npm-scripts/src/config/npmscripts.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const path = require('path');
77

88
const CHECK_AND_FIX_GLOBS = [
99
'/*.{js,ts}',
10-
'/{src,test}/**/*.{js,scss,ts,tsx}',
10+
'/{dev,src,test}/**/*.{js,scss,ts,tsx}',
1111
'/src/**/*.{jsp,jspf}',
1212
];
1313

0 commit comments

Comments
 (0)