diff --git a/.eslintrc.json b/.eslintrc.json index 7838937..7f37e95 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,6 +21,7 @@ "prefer-const": "warn", "no-unused-vars": "warn", "@typescript-eslint/no-unused-vars": "warn", + "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/no-unsafe-declaration-merging": "warn", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/ban-ts-comment": "warn" diff --git a/package.json b/package.json index df53f90..e21676a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wuhan2020-pwa", - "version": "1.1.0", + "version": "1.2.0", "license": "AGPL-3.0", "author": "shiy2008@gmail.com", "description": "武汉新型冠状病毒防疫信息平台", diff --git a/source/page/Factory/edit.tsx b/source/page/Factory/edit.tsx index fdd8d69..52149ef 100644 --- a/source/page/Factory/edit.tsx +++ b/source/page/Factory/edit.tsx @@ -180,11 +180,10 @@ export class FactoryEdit label="备注" defaultValue={remark} /> -
+