Files
directus/.prettierrc
Jacob Rienstra a6d17706e2 List Component MVP (#119)
* added empty files

* barest of bones

* density works

* density and nav

* hover kinda works for links, still need to ccheck click events and also die

* styling kinda working now

* readme and testing

* small tweaks

* put back whitespace

* actually fixed

* Add stylelint prettier to yarn lock

* Register list / list item globally

* Let names be inferred through file

* Match object structure in props

* Cleanup readme

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2020-02-24 18:17:53 -05:00

7 lines
115 B
Plaintext

{
"htmlWhitespaceSensitivity": "ignore",
"printWidth": 100,
"singleQuote": true,
"useTabs": true
}