Skip to content

Commit

Permalink
Don't depend on installed version for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp committed Sep 19, 2023
1 parent 15972aa commit 0d4d5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
23 changes: 1 addition & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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==
Expand Down

0 comments on commit 0d4d5b0

Please sign in to comment.