mirror of
https://github.com/jquery/jquery.git
synced 2026-01-07 21:33:57 -05:00
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:
committed by
GitHub
parent
447432f4a3
commit
50ca957192
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user