diff --git a/package.json b/package.json index 0587ba7..70c4542 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "zip-webpack-plugin": "^3.0.0" }, "devDependencies": { - "@hearthsim/eslint-config-typescript": "^1.0.1", + "@hearthsim/eslint-config-typescript-react": "^1.0.0", "@types/js-cookie": "^2.2.6", "@typescript-eslint/eslint-plugin": "5.4.0", "eslint": "^8.2.0", diff --git a/yarn.lock b/yarn.lock index 63ff125..baea64c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -974,10 +974,19 @@ minimatch "^3.0.4" strip-json-comments "^3.1.1" -"@hearthsim/eslint-config-typescript@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@hearthsim/eslint-config-typescript/-/eslint-config-typescript-1.0.1.tgz#e504fbe338af4a2a2b7048c9857beb15012e1f24" - integrity sha512-MwFeNLwvknWQ2mpL1ANd7Gcp4jwyGK3gcGgsttlVoeK5EEg4WvWXuJzpJBEvdwlEMygIN2iShbEAt0LUESpDTw== +"@hearthsim/eslint-config-typescript-react@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@hearthsim/eslint-config-typescript-react/-/eslint-config-typescript-react-1.0.0.tgz#bb8cd61560af083d6e958be233dfb8d25fec94dd" + integrity sha512-saJZ0ZzusTYvMyl26DDLRAwi4oylykxEfRNIr/0YHAO7Mc/sDaKBONy4jk7q8vydnPJWexZPlaNB5qT+U5xLww== + dependencies: + "@hearthsim/eslint-config-typescript" "^2.0.0" + "@typescript-eslint/parser" "5.4.0" + eslint-config-prettier "^8.3.0" + +"@hearthsim/eslint-config-typescript@^2.0.0": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@hearthsim/eslint-config-typescript/-/eslint-config-typescript-2.0.1.tgz#24682d5f4282b251dabcc2b670eb334b151e3c49" + integrity sha512-YGtmF6VRng/n0eAikDHSjvQVUq63DsnrRukuYkBYp6vHDtsaqW8c0EOG14cL7wQjRzkwJvhBRJX91+5AjOiVIQ== dependencies: "@typescript-eslint/parser" "5.4.0" eslint-config-prettier "^8.3.0" @@ -2919,9 +2928,9 @@ escape-string-regexp@^4.0.0: integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== eslint-config-prettier@^8.3.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" - integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew== + version "8.5.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" + integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== eslint-import-resolver-node@^0.3.6: version "0.3.6"