Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Dec 19, 2024
1 parent 3fcda9c commit 35c9702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"typecheck": "tsc --noEmit",
"format": "eslint --fix \"src/**/*.{ts,tsx,js,jsx,json,css}\" \"tests/**/*.{ts,tsx,js,jsx,json,css}\"",
"lint": "eslint 'src/**/*.+(ts|tsx|js|jsx|json)' 'tests/**/*.+(ts|tsx|js|jsx|json)'",
"format": "eslint --fix \"src/**/*.{ts,tsx,js,jsx,json,css}\"",
"lint": "eslint 'src/**/*.+(ts|tsx|js|jsx|json)'",
"validate": "npm run typecheck && npm run lint",
"test": "jest --update"
},
Expand Down

0 comments on commit 35c9702

Please sign in to comment.