mirror of
https://github.com/directus/directus.git
synced 2026-01-28 15:28:24 -05:00
* 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>
7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
{
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"useTabs": true
|
|
}
|