Skip to content

Commit

Permalink
fixed: change EsLint run commnad for nestjs
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-lbmadesia committed Dec 28, 2023
1 parent aac689a commit ac1c275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async function init() {

const eslintRunCmds = {
react: 'next lint --fix',
nestjs: 'npm run lint',
nestjs: 'eslint \"{src,apps,libs,test}/**/*.ts\" --fix',
angular: 'ng lint',
};

Expand Down

0 comments on commit ac1c275

Please sign in to comment.