Skip to content

Commit

Permalink
fix: remove contributors from the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yyxi committed Nov 7, 2024
1 parent 478e3e9 commit df03f29
Show file tree
Hide file tree
Showing 13 changed files with 63,866 additions and 66,273 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Mozilla Public License Version 2.0
==================================

Expand Down
3 changes: 2 additions & 1 deletion knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
},
"lefthook": {
"config": []
}
},
"project": ["**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,vue}"]
}
8 changes: 4 additions & 4 deletions lefthook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pre-commit:
knip:
glob: '{package.json,**/package.json,pnpm-lock.yaml}'
priority: 1
run: pnpm exec knip
run: pnpm exec knip --no-config-hints

ls-lint:
priority: 1
Expand All @@ -40,14 +40,14 @@ pre-commit:
stage_fixed: true

eslint:
exclude: '^[\/]*(pnpm-lock\.yaml|lib)$'
glob: '*.{js,mjs,cjs,ts,mts,cts,yml,yaml,json}'
exclude: '(^|/)(pnpm-lock\.yaml)$'
glob: '*.{js,mjs,cjs,ts,mts,cts,yml,yaml,json,toml}'
priority: 4
run: pnpm exec eslint --no-warn-ignored --fix {staged_files}
stage_fixed: true

prettier:
exclude: '^[\/]*(pnpm-lock\.yaml|lib)$'
exclude: '(^|/)(pnpm-lock\.yaml)$'
glob: '*.{js,mjs,cjs,ts,mts,cts,yml,yaml,json,md}'
priority: 5
run: pnpm exec prettier --write {staged_files}
Expand Down
1 change: 1 addition & 0 deletions lib/action/LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Mozilla Public License Version 2.0
==================================

Expand Down
Loading

0 comments on commit df03f29

Please sign in to comment.