diff options
-rw-r--r-- | eslint.config.js | 8 |
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", |