Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennou committed Sep 28, 2024
1 parent 7bb16e3 commit 4646d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"reset": "docker compose down",
"reset:hard": "docker compose down -v",
"rebuild": "docker compose build --no-cache && docker compose down stats-getter && docker compose up -d stats-getter",
"lint": "eslint src/**/*.js && eslint dashboards/**/*.js",
"lint:fix": "eslint src/**/*.js --fix && eslint dashboards/**/*.js --fix"
"lint": "eslint src/**/*.js",
"lint:fix": "eslint src/**/*.js --fix"
},
"dependencies": {
"axios": "^0.27.2",
Expand Down

0 comments on commit 4646d86

Please # to comment.