Skip to content

Commit

Permalink
refactor: .
Browse files Browse the repository at this point in the history
  • Loading branch information
alswl committed May 12, 2024
1 parent d7e3465 commit a7fa634
Show file tree
Hide file tree
Showing 6 changed files with 6,320 additions and 2,181 deletions.
9 changes: 2 additions & 7 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"*.{md,json}": [
"prettier --cache --write"
],
"*.{js,jsx}": [
"max lint --fix --eslint-only",
"prettier --cache --write"
],
"*.{md,json}": ["prettier --cache --write"],
"*.{js,jsx}": ["max lint --fix --eslint-only", "prettier --cache --write"],
"*.{css,less}": [
"max lint --fix --stylelint-only",
"prettier --cache --write"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@umijs/plugins": "^4.1.10",
"husky": "^9",
"lint-staged": "^13.2.0",
"@umijs/plugins": "^4.1.10",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
Expand Down
Loading

0 comments on commit a7fa634

Please sign in to comment.