From ece61243d38355e3391f0a437ef7d9e9bea8c3b2 Mon Sep 17 00:00:00 2001 From: Erin Millard Date: Sat, 9 Jul 2022 16:03:38 +1000 Subject: [PATCH] Add @rushstack/eslint-patch explicitly --- .eslintrc.js | 2 ++ package.json | 1 + 2 files changed, 3 insertions(+) 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"