[improvement] lint ts/tsx files (#2776)

This commit is contained in:
neverland
2019-02-18 14:45:31 +08:00
committed by GitHub
parent 29fad2235a
commit 0013185d38
9 changed files with 57 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ import { FunctionalComponent } from '../utils/use/sfc';
const [sfc, bem] = use('loading');
const DEFAULT_COLOR = '#c9c9c9';
const Loading: FunctionalComponent<LoadingProps> = function(
const Loading: FunctionalComponent<LoadingProps> = function (
h,
props,
slots,