aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2025-03-31 18:04:51 +0200
committerGitHub <noreply@github.com>2025-03-31 18:04:51 +0200
commit50ca957192e891afe37a7080a7c6c08ad1d469e7 (patch)
tree802b9d6148029e8d5b86b04bca8de5910252961d
parent447432f4a3b182cd6032930fea0685010e7a9d9c (diff)
downloadjquery-50ca957192e891afe37a7080a7c6c08ad1d469e7.tar.gz
jquery-50ca957192e891afe37a7080a7c6c08ad1d469e7.zip
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
-rw-r--r--eslint.config.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/eslint.config.js b/eslint.config.js
index 575c93fa4..714f2978a 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -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",