From 56f9a9c3978ce460758d113716f97eb35235fd7f Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 3 Jan 2023 13:26:02 -0800 Subject: [PATCH] eslint: Add root: true. https://eslint.org/docs/latest/user-guide/configuring/configuration-files#cascading-and-hierarchy Signed-off-by: Anders Kaseorg --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index fd82124031..13bd96a8c9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,4 +1,5 @@ { + "root": true, "env": { "es2020": true, "node": true