diff --git a/.eslintrc.js b/.eslintrc.js index dca2df0..c44f082 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,5 @@ +require("@rushstack/eslint-patch/modern-module-resolution"); + module.exports = { extends: [ "@snout", diff --git a/package.json b/package.json index f07d330..72950fb 100644 --- a/package.json +++ b/package.json @@ -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"