diff --git a/package.json b/package.json index 07527d8..88d1665 100644 --- a/package.json +++ b/package.json @@ -86,13 +86,15 @@ "test": "react-scripts test --env=jsdom", "coverage": "react-scripts test --env=jsdom --coverage", "eject": "react-scripts eject", - "format": "prettier --write \"src/**/*.tsx\"", - "check-format": "prettier --list-different \"src/**/*.tsx\"" + "format": "prettier --write \"**/*.{js,tsx}\"", + "check-format": "prettier --list-different \"**/*.{js,tsx}\"" }, "browserslist": [ + "defaults", ">0.2%", "not dead", - "not ie <= 11", + "Explorer 11", + "not ExplorerMobile <= 11", "not op_mini all" ] } diff --git a/public/404.html b/public/404.html index 7ff8725..705a51d 100644 --- a/public/404.html +++ b/public/404.html @@ -1,9 +1,9 @@ - + Pi-hole Web Interface -