Skip to content

Commit

Permalink
fix(elsint): lint:check
Browse files Browse the repository at this point in the history
Same as last commit but missed format:check and format scripts
Refs polito#549
  • Loading branch information
domenicoMuscill0 committed Dec 16, 2024
1 parent 579c0ac commit d33cdc0
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 @@ -12,8 +12,8 @@
"bump": "standard-version",
"lint:check": "eslint \"**/*.{ts,tsx}\"",
"lint": "npm run lint:check -- --fix",
"format:check": "prettier --check '**/*.{ts,tsx,md}'",
"format": "prettier --write '**/*.{ts,tsx,md}'",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"types:check": "tsc --noEmit",
"check": "npm run lint:check && npm run format:check && npm run types:check",
"postinstall": "pod-install"
Expand Down

0 comments on commit d33cdc0

Please sign in to comment.