Enable eslint for commonjs (#33575)

This commit is contained in:
silverwind
2025-02-12 23:47:54 +01:00
committed by GitHub
parent e741448a14
commit 3e39583bb5
3 changed files with 19 additions and 8 deletions

View File

@@ -1,9 +1,13 @@
{
"include": [
"*",
"tests/e2e/**/*",
"tools/**/*",
"web_src/js/**/*",
"${configDir}/.*",
"${configDir}/*",
"${configDir}/tests/e2e/**/*",
"${configDir}/tests/e2e/**/.*",
"${configDir}/tools/**/*",
"${configDir}/tools/**/.*",
"${configDir}/web_src/js/**/*",
"${configDir}/web_src/js/**/.*",
],
"compilerOptions": {
"target": "es2020",