Build: ESLint: Remove the outerIIFEBody exception to indent

It used to be necessary when we still had the `selector` outer IIFE, but that
got simplified.

Closes gh-5641
This commit is contained in:
Michał Gołębiowski-Owczarek
2025-03-31 18:04:51 +02:00
committed by GitHub
parent 447432f4a3
commit 50ca957192

View File

@@ -59,13 +59,7 @@ export default [
// ignoreExports: [ "{src/,}*.js" ]
// }
// ],
indent: [
"error",
"tab",
{
outerIIFEBody: 0
}
],
indent: [ "error", "tab" ],
"no-implicit-globals": "error",
"no-unused-vars": [
"error",