Skip to content

Commit

Permalink
fix: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Feb 6, 2024
1 parent 85ef0d4 commit 82d1e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "Linter for Alibaba F2E Guidelines",
"keywords": [
"f2elint",
Expand Down
2 changes: 1 addition & 1 deletion packages/f2elint/templates/lint-staged/package.merge.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"lint-staged": {
"*.{cjs,cts,js,jsx,mjs,mts,ts,tsx,vue}": "eslint",
<% if (stylejs) { %>
<% if (stylelint) { %>
"*.{css,less,scss}": "stylelint",
<% } %>
},
Expand Down

0 comments on commit 82d1e15

Please sign in to comment.