From 0d4d5b0cb0ca87fdc26e23e4447268328ae1d4d4 Mon Sep 17 00:00:00 2001 From: Robbe Van Petegem Date: Tue, 19 Sep 2023 16:30:17 +0200 Subject: [PATCH] Don't depend on installed version for linting --- package.json | 3 +-- yarn.lock | 23 +---------------------- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 8d8c0ff..524bd04 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,12 @@ "lint:js": "eslint . --ext js --fix" }, "devDependencies": { - "@tree-company/eslint-config": "^0.2.1", "eslint": "^8.49.0", "prettier": "^3.0.3" }, "eslintConfig": { "extends": [ - "@tree-company/eslint-config" + "./eslint-config/default.js" ] } } diff --git a/yarn.lock b/yarn.lock index 7767f2a..02134e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -91,15 +91,6 @@ picocolors "^1.0.0" tslib "^2.6.0" -"@tree-company/eslint-config@^0.2.1": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@tree-company/eslint-config/-/eslint-config-0.2.1.tgz#22d6cbac2b03b3a3c4b5c53a96b53c3ca5e0a8c7" - integrity sha512-UwZN53ZRnGMqNdEz+xCLnjE/gzZpXDE0MmKLrP3rn8rjrbA5roLdv/y1yZVxzIVtvBfyYxiR6hAetCOSSxy3vA== - dependencies: - eslint-config-prettier "^8.6.0" - eslint-plugin-prettier "^4.2.1" - eslint-plugin-react "^7.32.2" - acorn-jsx@^5.3.2: version "5.3.2" resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" @@ -484,23 +475,11 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-config-prettier@^8.6.0: - version "8.10.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" - integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== - eslint-config-prettier@^9.0.0: version "9.0.0" resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== -eslint-plugin-prettier@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b" - integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== - dependencies: - prettier-linter-helpers "^1.0.0" - eslint-plugin-prettier@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz#6887780ed95f7708340ec79acfdf60c35b9be57a" @@ -509,7 +488,7 @@ eslint-plugin-prettier@^5.0.0: prettier-linter-helpers "^1.0.0" synckit "^0.8.5" -eslint-plugin-react@^7.32.2, eslint-plugin-react@^7.33.2: +eslint-plugin-react@^7.33.2: version "7.33.2" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz#69ee09443ffc583927eafe86ffebb470ee737608" integrity sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==