Skip to content

Commit 50ca957

Browse files
authored
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 jquerygh-5641
1 parent 447432f commit 50ca957

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

eslint.config.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,7 @@ export default [
5959
// ignoreExports: [ "{src/,}*.js" ]
6060
// }
6161
// ],
62-
indent: [
63-
"error",
64-
"tab",
65-
{
66-
outerIIFEBody: 0
67-
}
68-
],
62+
indent: [ "error", "tab" ],
6963
"no-implicit-globals": "error",
7064
"no-unused-vars": [
7165
"error",

0 commit comments

Comments
 (0)