diff --git a/.eslintrc b/.eslintrc index 81b11869..2573a908 100644 --- a/.eslintrc +++ b/.eslintrc @@ -27,7 +27,6 @@ "extends": [ "airbnb-typescript", "airbnb/hooks", - "react-app", "prettier/react", "plugin:jest/recommended", "plugin:react/recommended", @@ -40,7 +39,12 @@ // last configuration in the extends array. "plugin:prettier/recommended" ], - "ignorePatterns": ["scratch", "src/serviceWorker.ts", "build"], + "ignorePatterns": [ + "scratch", + "build", + "src/**/*.test.ts", + "src/**/*.test.tsx" + ], "rules": { "array-bracket-newline": [ "error", @@ -178,6 +182,6 @@ "import/newline-after-import": "error", "import/extensions": 0, "import/prefer-default-export": 0, - "@typescript-eslint/no-unused-vars": ["error"] + "@typescript-eslint/no-unused-vars": ["error", { "args": "none" }] } } diff --git a/public/index.html b/index.html similarity index 83% rename from public/index.html rename to index.html index ef88da4c..b1a4f333 100644 --- a/public/index.html +++ b/index.html @@ -17,9 +17,9 @@ - - - + + + @@ -29,7 +29,7 @@ name="description" content="An interactive language diversity map of New York City" /> - + @@ -56,17 +56,8 @@ manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> - - - + +