Skip to content

Commit

Permalink
Fix github action lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
RexShum committed Jan 19, 2025
1 parent f4e46cf commit ac243f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"scripts": {
"start": "npm run serve",
"lint": "eslint \"app/**/*.js\" \"test/**/*.js\" \"cypress/**/*.js\"",
"format": "prettier --write \"app/**/*.js\" \"cypress/**/*.js\" \"test/**/*.js\" \"./*.js\"",
"lint": "eslint \"app/**/*.js\" \"test/**/*.js\"",
"format": "prettier --write \"app/**/*.js\" \"test/**/*.js\" \"./*.js\"",
"test": "jest",
"pretest": "npm run lint",
"serve": "cross-env BABEL_ENV=development webpack serve --config webpack.config.js --progress",
Expand Down

0 comments on commit ac243f3

Please # to comment.