From d63f2921d1fb0684cce7f8eafe9282a3d41839c9 Mon Sep 17 00:00:00 2001 From: sitch <2736163+sitch@users.noreply.github.com> Date: Wed, 17 Jun 2020 02:23:51 -0400 Subject: [PATCH] Fix typescript misspelling Should be `.ts` not `.tx` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d482a85..9f663e0 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ A: `umi-lint` 不包含配置,需要根据需求自己配置 `.eslintrc`、`.s #### Q: 使用 eslint 来检查 typescript -A: `umi-lint --eslint.ext='.tx,tsx'`, +A: `umi-lint --eslint.ext='.ts,tsx'`, ### 钉钉群