mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #31493 -- Changed IIFE to ES6 blocks.
This commit is contained in:
committed by
Carlton Gibson
parent
5d37cc703b
commit
7271c8def4
@@ -24,7 +24,7 @@
|
||||
"space-before-blocks": ["error", "always"],
|
||||
"space-before-function-paren": ["error", {"anonymous": "never", "named": "never"}],
|
||||
"space-infix-ops": ["error", {"int32Hint": false}],
|
||||
"strict": ["warn", "function"]
|
||||
"strict": ["error", "global"]
|
||||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
|
||||
Reference in New Issue
Block a user