Fix haml/js lints
This commit is contained in:
parent
69555645d9
commit
3c0bc6cb57
3 changed files with 3 additions and 2 deletions
|
@ -23,6 +23,7 @@ linters:
|
||||||
ViewLength:
|
ViewLength:
|
||||||
exclude:
|
exclude:
|
||||||
- 'app/views/admin/accounts/show.html.haml'
|
- 'app/views/admin/accounts/show.html.haml'
|
||||||
|
- 'app/views/admin/instances/show.html.haml'
|
||||||
- 'app/views/admin/reports/show.html.haml'
|
- 'app/views/admin/reports/show.html.haml'
|
||||||
- 'app/views/disputes/strikes/show.html.haml'
|
- 'app/views/disputes/strikes/show.html.haml'
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ type ShortNumberRenderer = (
|
||||||
|
|
||||||
interface ShortNumberProps {
|
interface ShortNumberProps {
|
||||||
value: number;
|
value: number;
|
||||||
isHide: boolean;
|
isHide?: boolean;
|
||||||
renderer?: ShortNumberRenderer;
|
renderer?: ShortNumberRenderer;
|
||||||
children?: ShortNumberRenderer;
|
children?: ShortNumberRenderer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue