Files
optolith-client/.prettierrc
Elytherion 236cd7203f - Refactored first part of selectors
- Renamed files in src/types to non-declaration files
- Added some more functionality to new data structures
2018-08-09 14:06:29 +02:00

7 lines
100 B
Plaintext

{
"parser": "typescript",
"printWidth": 100,
"singleQuote": true,
"trailingCommas": "all"
}