Skip to content

Instantly share code, notes, and snippets.

@hachy
Last active November 23, 2022 05:00
Show Gist options
  • Save hachy/d82642bcce786d8a40fb9da489d7ca29 to your computer and use it in GitHub Desktop.
Save hachy/d82642bcce786d8a40fb9da489d7ca29 to your computer and use it in GitHub Desktop.
prettierとあわせて使う
{
"plugins": ["stylelint-prettier"],
"rules": {
"prettier/prettier": true
},
"extends": ["stylelint-config-standard", "stylelint-config-recess-order", "stylelint-prettier/recommended", "stylelint-config-prettier"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment