mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 17:16:06 +08:00
ej.web.all-tests: Fix trailing and irregular whitespace (#19200)
This commit is contained in:
File diff suppressed because one or more lines are too long
2
types/ej.web.all/index.d.ts
vendored
2
types/ej.web.all/index.d.ts
vendored
@@ -7731,7 +7731,7 @@ declare namespace ej {
|
||||
*/
|
||||
enableRTL?: boolean;
|
||||
|
||||
/** The CSS class name to display the favicon in the dialog header. In order to display favicon, you need to set showHeader as true since the favicon will be displayed in the dialog
|
||||
/** The CSS class name to display the favicon in the dialog header. In order to display favicon, you need to set "showHeader" as true since the favicon will be displayed in the dialog
|
||||
* header.
|
||||
*/
|
||||
faviconCSS?: string;
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
// All are TODOs
|
||||
"comment-format": false,
|
||||
"no-consecutive-blank-lines": false,
|
||||
"no-irregular-whitespace": false,
|
||||
"no-mergeable-namespace": false,
|
||||
"no-padding": false,
|
||||
"no-unnecessary-qualifier": false,
|
||||
|
||||
Reference in New Issue
Block a user