Skip to content

Commit

Permalink
npm up
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Dec 20, 2023
1 parent 52b77e4 commit aa23a94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"prettier/prettier": true,
"order/properties-alphabetical-order": true,
"no-empty-source": null,
"color-hex-length": "long",
"indentation": 4
"color-hex-length": "long"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"husky": "^8.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^35.0.0",
"stylelint-order": "^6.0.0",
"stylelint-prettier": "^4.1.0",
"stylelint-scss": "^5.3.1",
"stylelint": "^15.11.0"
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.0.0",
"stylelint": "^16.0.2"
},
"lint-staged": {
"app/**/*.php": "npm run fix:php",
Expand Down

0 comments on commit aa23a94

Please sign in to comment.