Skip to content

Commit

Permalink
#252 stylelint-config-prettier は非推奨になったので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
keitakn committed Dec 30, 2023
1 parent 0965b2d commit 81980d7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 31 deletions.
8 changes: 1 addition & 7 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"extends": [
"stylelint-config-standard",
"stylelint-config-recess-order",
"stylelint-config-prettier"
],
"extends": ["stylelint-config-standard", "stylelint-config-recess-order"],
"ignoreFiles": [
"src/styles/markdown.css",
"src/components/MarkdownContents/MarkdownContents.module.css",
"**/node_modules/**",
"**/.next/**",
"**/build/**",
Expand Down
23 changes: 0 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"prettier": "^3.1.1",
"storybook": "^7.6.6",
"stylelint": "^16.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
Expand Down

0 comments on commit 81980d7

Please sign in to comment.