From 1a999be55ce12d01112d866bc80dff62f9e9f8c4 Mon Sep 17 00:00:00 2001 From: Rahul Patni Date: Mon, 25 Sep 2023 07:01:36 -0700 Subject: [PATCH] reverting eslint to staging --- ironfish-cli/.eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ironfish-cli/.eslintrc.js b/ironfish-cli/.eslintrc.js index 969623c520..67b966815d 100644 --- a/ironfish-cli/.eslintrc.js +++ b/ironfish-cli/.eslintrc.js @@ -3,7 +3,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ module.exports = { extends: ['ironfish'], - parserOptions: { tsconfigRootDir: __dirname, },