set up prettier

This commit is contained in:
Patrick Marsceill
2020-04-23 23:42:57 -04:00
parent 835526b901
commit b27f5162c8
3 changed files with 80 additions and 42 deletions

View File

@@ -6,5 +6,9 @@
],
"extends": [
"stylelint-config-primer"
]
],
"plugins": ["stylelint-prettier"],
"rules": {
"prettier/prettier": true
}
}