Fixes lint:fix script
parent
7a53c5bb85
commit
80500ebaf0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue