Skip to content

Commit

Permalink
UX-303 Add StyleLint (#612)
Browse files Browse the repository at this point in the history
* UX-303 Add stylelint

* UX-303 Make stylelint changes
  • Loading branch information
jonambas committed Sep 10, 2020
1 parent 9f02d9e commit c9fdc15
Show file tree
Hide file tree
Showing 6 changed files with 2,459 additions and 214 deletions.
17 changes: 17 additions & 0 deletions .stylelintrc
@@ -0,0 +1,17 @@
{
"processors": [
"stylelint-processor-styled-components"
],
"plugins": [
"stylelint-prettier"
],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components",
"stylelint-prettier/recommended"
],
"rules": {
"prettier/prettier": true,
"selector-type-no-unknown": null
}
}

0 comments on commit c9fdc15

Please sign in to comment.