mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-30 23:37:28 +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: | ||||
| 
 | ||||
| - Bundle with main color changed to `orange`: | ||||
| 
 | ||||
|   `$ redoc-cli bundle [spec] --options.theme.colors.main=orange` | ||||
| - 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` | ||||
| - 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` | ||||
| - 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` | ||||
| 
 | ||||
| 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 = { | ||||
|   spacingUnit: 20, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user