Skip to content

Commit 6eda113

Browse files
committed
fix: incorrect pattern in eslint fix script
1 parent bceed7c commit 6eda113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/categories/js/eslint.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const nodeTsConfig: Config = {
4848
},
4949
scripts: [
5050
{ name: 'lint', script: 'eslint' },
51-
{ name: 'lint:fix', script: 'npm run lint "{src}/**/*.ts" -- --fix' },
51+
{ name: 'lint:fix', script: 'npm run lint "src/**/*.ts" -- --fix' },
5252
],
5353
};
5454

0 commit comments

Comments
 (0)