mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 15:57:30 +03:00 
			
		
		
		
	chore: fix lint issues
This commit is contained in:
		
							parent
							
								
									8ce355d6fb
								
							
						
					
					
						commit
						5f1e553ef4
					
				|  | @ -14,14 +14,8 @@ Twe following commans are available: | ||||||
| 
 | 
 | ||||||
| Some examples: | Some examples: | ||||||
| 
 | 
 | ||||||
| - Bundle with main color changed to `orange`: | - Bundle with main color changed to `orange`: <br> `$ redoc-cli bundle [spec] --options.theme.colors.main=orange` | ||||||
| 
 | - Serve with `nativeScrollbars` option set to true: <br> `$ redoc-cli serve [spec] --options.nativeScrollbars` | ||||||
|   `$ redoc-cli bundle [spec] --options.theme.colors.main=orange` | - Bundle using custom template (check [default template](https://github.com/Rebilly/ReDoc/blob/react-rewrite/cli/template.hbs) for reference): <br> `$ redoc-cli bundle [spec] -t custom.hbs` | ||||||
| - Serve with `nativeScrollbars` option set to true: |  | ||||||
| 
 |  | ||||||
|   `$ redoc-cli serve [spec] --options.nativeScrollbars` |  | ||||||
| - Bundle using custom template (check [default template](https://github.com/Rebilly/ReDoc/blob/react-rewrite/cli/template.hbs) for reference): |  | ||||||
| 
 |  | ||||||
|   `$ redoc-cli bundle [spec] -t custom.hbs` |  | ||||||
| 
 | 
 | ||||||
| For more details run `redoc-cli --help`. | For more details run `redoc-cli --help`. | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| import { lighten, adjustHue, desaturate } from 'polished'; | import { adjustHue, desaturate, lighten } from 'polished'; | ||||||
| 
 | 
 | ||||||
| const defaultTheme: ThemeInterface = { | const defaultTheme: ThemeInterface = { | ||||||
|   spacingUnit: 20, |   spacingUnit: 20, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user