From bb487883279198ce7abadafca4976b4ebe5d5bee Mon Sep 17 00:00:00 2001 From: Franck Date: Mon, 3 Jan 2022 12:53:15 +1100 Subject: [PATCH] Ignore parent eslint conf --- examples/mainnet-poll/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mainnet-poll/.eslintrc.json b/examples/mainnet-poll/.eslintrc.json index 6629872..e276f12 100644 --- a/examples/mainnet-poll/.eslintrc.json +++ b/examples/mainnet-poll/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "env": { "es6": true, "node": true,