chore: fix lint issues

This commit is contained in:
Roman Hotsiy 2018-03-20 11:52:08 +02:00
parent 8ce355d6fb
commit 5f1e553ef4
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 4 additions and 10 deletions

View File

@ -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`.

View File

@ -1,4 +1,4 @@
import { lighten, adjustHue, desaturate } from 'polished';
import { adjustHue, desaturate, lighten } from 'polished';
const defaultTheme: ThemeInterface = {
spacingUnit: 20,