1
0
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:
Jon Dufresne
2020-04-26 14:12:34 -07:00
committed by Carlton Gibson
parent 5d37cc703b
commit 7271c8def4
32 changed files with 77 additions and 90 deletions

View File

@@ -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,