Skip to content

Commit

Permalink
fix(f2elint): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Apr 4, 2024
1 parent 442f731 commit 96f1d18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/commitlint-config-ali/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
]
},
"dependencies": {
"conventional-changelog-conventionalcommits": "^4.5.0"
"conventional-changelog-conventionalcommits": "^4.6.3"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-ali": "workspace:^",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-config-ali": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/f2elint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "f2elint",
"version": "4.5.0",
"version": "4.5.1",
"description": "Linter for Alibaba F2E Guidelines",
"keywords": [
"f2elint",
Expand Down
2 changes: 1 addition & 1 deletion packages/f2elint/templates/base/package.merge.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"lint": "eslint .<% if (stylelint) { %> && stylelint \"**/*.{css,less,scss}\"<% } %>",
"lint:fix": "<% if (stylelint) { %>prettier --write . && <% } %>eslint --fix .<% if (stylelint) { %> && stylelint --fix \"**/*.{css,less,scss}\"<% } %>"
"lint:fix": "<% if (prettier) { %>prettier --write . && <% } %>eslint --fix .<% if (stylelint) { %> && stylelint --fix \"**/*.{css,less,scss}\"<% } %>"
},
"devDependencies": {
"eslint": "^8.56.0",
Expand Down

0 comments on commit 96f1d18

Please sign in to comment.