Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Nov 16, 2023
1 parent 5b7dd8c commit 8d5766c
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dist
package.json
eslint.config.js
.prettierrc.js
commitlint.config.cjs
commitlint.config.js
postcss.config.js
tailwind.config.ts
stylelint.config.cjs
Expand Down
5 changes: 4 additions & 1 deletion commitlint.config.cjs → commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
// @ts-check

/** @type {import("@commitlint/types").UserConfig} */
export default {
ignores: [commit => commit.includes("init")],
extends: ["@commitlint/config-conventional"],
rules: {
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@commitlint/types": "^18.4.0",
"@eslint/js": "^8.53.0",
"@faker-js/faker": "^8.2.0",
"@iconify-icons/ep": "^1.2.12",
Expand Down
Loading

1 comment on commit 8d5766c

@xiaoxian521
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5199a65 的补充

Please sign in to comment.