Skip to content

Commit

Permalink
Add @rushstack/eslint-patch explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Jul 9, 2022
1 parent 8fb7c6b commit ece6124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require("@rushstack/eslint-patch/modern-module-resolution");

module.exports = {
extends: [
"@snout",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
".eslintrc.js"
],
"dependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@snout/eslint-config": "^3.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0"
Expand Down

0 comments on commit ece6124

Please sign in to comment.