mirror of
https://github.com/status-im/status-components.git
synced 2025-01-28 02:15:38 +00:00
fdbec95629
- Added eslint + prettier + husky + lint-staged - Added Typography story - Added Icons story - Added styleguide subfolder for theming components - Updated Button component to utilise theme
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false
|
|
}
|