Files
mykb/.prettierrc
JJ Kasper 53ac8a6793 added prettier, removed seperate react eslint config, fixed missing
component display name Markdown.js, and added run method to app
2018-06-01 16:31:14 -05:00

5 lines
68 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}