Skip to content

Commit faafcf1

Browse files
committed
add husky for linting and formatting git hooks
1 parent 8649412 commit faafcf1

File tree

7 files changed

+2188
-372
lines changed

7 files changed

+2188
-372
lines changed

frontend/.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ module.exports = {
1010
extends: [
1111
'plugin:vue/vue3-essential',
1212
'eslint:recommended',
13-
'@vue/eslint-config-prettier/skip-formatting'
13+
'@vue/eslint-config-prettier/skip-formatting',
14+
'plugin:cypress/recommended'
1415
],
1516
overrides: [
1617
{

frontend/.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npm test

0 commit comments

Comments
 (0)