[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

@@ -6,7 +6,7 @@ import { FunctionalComponent } from '../utils/use/sfc';
const [sfc, bem] = use('info');
const Info: FunctionalComponent<InfoProps> = function(h, props, slots, ctx) {
const Info: FunctionalComponent<InfoProps> = function (h, props, slots, ctx) {
if (!isDef(props.info)) {
return;
}