Skip to content

Commit

Permalink
ci: text
Browse files Browse the repository at this point in the history
  • Loading branch information
irffanasiff committed Nov 24, 2022
1 parent b320816 commit 4a193a4
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"React": "readonly"
},
"rules": {
"no-unused-vars": [1, { "args": "after-used", "argsIgnorePattern": "^_" }]
"no-unused-vars": [0, { "args": "after-used", "argsIgnorePattern": "^_" }]
}
}
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

npx --no -- commitlint --edit "$1"
npx --no -- commitlint --edit "$1"
npx --no -- commitlint --edit "$1"
4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint
pnpm lint
pnpm exec lint
pnpm lint
pnpm lint
4 changes: 0 additions & 4 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
. "$(dirname -- "$0")/_/husky.sh"

pnpm build
pnpm build
pnpm exec build
pnpm build
pnpm build
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"typescript": "4.8.4"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"husky": "^8.0.2",
"only-pnpm": "^1.0.5",
"prettier": "^2.7.1",
Expand Down
94 changes: 65 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a193a4

Please sign in to comment.