diff --git a/.eslintrc.json b/.eslintrc.json index 1c9c736..f238d89 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,7 +4,8 @@ "standard-react", "plugin:prettier/recommended", "prettier", - "plugin:@typescript-eslint/eslint-recommended" + "plugin:@typescript-eslint/eslint-recommended", + "eslint-config-standard-react" ], "env": { "node": true diff --git a/.vscode/settings.json b/.vscode/settings.json index f695ff1..e1d7d50 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,6 +21,6 @@ }, "editor.tabSize": 2, "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" } } \ No newline at end of file diff --git a/example/public/index.html b/example/public/index.html index 33222fa..c1f5338 100644 --- a/example/public/index.html +++ b/example/public/index.html @@ -32,7 +32,7 @@ You need to enable JavaScript to run this app. -
+