mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
- Introduced a .prettierrc file to standardize code formatting. - Updated import statements and JSX attributes in NotFoundScreen, HomeScreen, PlayScreen, and PlayerControls for consistent use of double quotes. - Refactored styles in various components to use double quotes for string values. - Added SeekingBar component to enhance video playback experience.
7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": false,
|
|
"printWidth": 120
|
|
}
|