Fixes lint:fix script

pull/9078/head
zomars 2022-07-13 15:13:24 -06:00
parent 7a53c5bb85
commit 80500ebaf0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"dev": "PORT=3002 next dev",
"lint": "next lint",
"lint:report": "eslint . --format json --output-file ../../lint-results/api.json",
"lint:fix": "next lint . --ext .ts,.js,.tsx,.jsx --fix",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"start": "PORT=3002 next start",
"test": "jest --detectOpenHandles --passWithNoTests",
"type-check": "tsc --pretty --noEmit"