Skip to content

Commit

Permalink
chore: updated lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueSFernandes committed Dec 26, 2024
1 parent adceb5e commit 915738c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "node ace build",
"dev": "node ace serve --hmr",
"test": "node ace test",
"lint": "eslint . --fix",
"lint:fix": "eslint . --fix",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"prepare": "cd .. && husky website/.husky"
Expand Down Expand Up @@ -145,10 +146,8 @@
},
"prettier": "@adonisjs/prettier-config",
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"eslintConfig": {
"extends": "@adonisjs/eslint-config/app"
},
"lint-staged": {
"*": "pnpm run lint"
"*": "pnpm run lint:fix",
"*.{ts,tsx,d.ts,cts,d.cts,mts,d.mts}": "pnpm run typecheck"
}
}

0 comments on commit 915738c

Please sign in to comment.