Skip to content

Commit

Permalink
Merge branch 'feature/rspack'
Browse files Browse the repository at this point in the history
  • Loading branch information
sectsect committed Oct 2, 2024
2 parents 347ce17 + d72891b commit 2b87602
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 1 deletion.
1 change: 1 addition & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm exec commitlint --edit $1
8 changes: 8 additions & 0 deletions commitlint.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import type { UserConfig } from '@commitlint/types';

const configuration: UserConfig = {
extends: ['@commitlint/config-conventional'],
};

// eslint-disable-next-line import/no-default-export
export default configuration;
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
},
"browserslist": "defaults and fully supports es6-module",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@csstools/postcss-global-data": "^3.0.0",
"@rspack/cli": "^1.0.8",
"@rspack/core": "^1.0.8",
Expand Down
Loading

0 comments on commit 2b87602

Please sign in to comment.