Merge branch 'feat/husky-setup' into 'development'

[FEAT/FE] Husky Setup

See merge request mbugroup/lti-web-client!23
This commit is contained in:
Adnan Zahir
2025-10-23 13:25:41 +07:00
3 changed files with 22 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
npm run lint
npm run build
+17
View File
@@ -35,6 +35,7 @@
"daisyui": "^5.1.12",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"husky": "^9.1.7",
"tailwindcss": "^4",
"typescript": "^5"
}
@@ -4176,6 +4177,22 @@
"react-is": "^16.7.0"
}
},
"node_modules/husky": {
"version": "9.1.7",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.7.tgz",
"integrity": "sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==",
"dev": true,
"license": "MIT",
"bin": {
"husky": "bin.js"
},
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/ignore": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
+3 -1
View File
@@ -6,7 +6,8 @@
"dev": "eslint && next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
"lint": "eslint",
"prepare": "husky"
},
"dependencies": {
"@tanstack/match-sorter-utils": "^8.19.4",
@@ -36,6 +37,7 @@
"daisyui": "^5.1.12",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"husky": "^9.1.7",
"tailwindcss": "^4",
"typescript": "^5"
}