Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/tsconfig.eslint.json')
-rw-r--r--editors/code/tsconfig.eslint.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/tsconfig.eslint.json b/editors/code/tsconfig.eslint.json
index 5e2b33ca39..eceffeef59 100644
--- a/editors/code/tsconfig.eslint.json
+++ b/editors/code/tsconfig.eslint.json
@@ -6,6 +6,6 @@
"src",
"tests",
// these are the eslint-only inclusions
- ".eslintrc.js"
+ "eslint.config.mts"
]
}