style: require file extensions in file imports (#10724)

This commit is contained in:
Almeida
2025-01-24 10:17:02 +00:00
committed by GitHub
parent db3cb48246
commit bbec50b134
266 changed files with 1016 additions and 1011 deletions

View File

@@ -23,6 +23,7 @@
}
}
],
"import/extensions": ["error", "ignorePackages"],
"strict": ["error", "global"],
"no-await-in-loop": "warn",
"no-compare-neg-zero": "error",