We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bceed7c commit 6eda113Copy full SHA for 6eda113
src/categories/js/eslint.ts
@@ -48,7 +48,7 @@ const nodeTsConfig: Config = {
48
},
49
scripts: [
50
{ name: 'lint', script: 'eslint' },
51
- { name: 'lint:fix', script: 'npm run lint "{src}/**/*.ts" -- --fix' },
+ { name: 'lint:fix', script: 'npm run lint "src/**/*.ts" -- --fix' },
52
],
53
};
54
0 commit comments