mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
style(eslint): do not log all files when linting, just errors
This commit is contained in:
@ -14,8 +14,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
"lint": "eslint --fix --ext .js,.ts,.tsx .",
|
||||
"format": "prettier --write \"./**/*.{js,ts,tsx,json}\"",
|
||||
"lint": "eslint --quiet --fix --ext .js,.ts,.tsx .",
|
||||
"format": "prettier --loglevel error --write \"./**/*.{js,ts,tsx,json}\"",
|
||||
"dev:schema": "pnpm -F schema dev",
|
||||
"dev:server": "pnpm -F server start:debug",
|
||||
"dev:client": "pnpm -F client dev",
|
||||
|
||||
Reference in New Issue
Block a user