add Prettier to workflow 🎀 (#128)

* prettier init

* prettier ignore

* run on everything 😬

* add prettier check script

* update deps

* Update .prettierignore
This commit is contained in:
2020-05-06 12:19:21 -04:00
committed by GitHub
parent 739f161183
commit 323b3dd9f6
43 changed files with 856 additions and 454 deletions
+5 -2
View File
@@ -1,6 +1,9 @@
{
"extends": "stylelint-config-sass-guidelines",
"plugins": [],
"extends": [
"stylelint-config-sass-guidelines",
"stylelint-prettier/recommended"
],
"plugins": ["stylelint-prettier"],
"rules": {
"color-hex-length": "long",
"function-parentheses-space-inside": null,