mirror of
https://github.com/django/django.git
synced 2025-06-07 12:39:12 +00:00
Fixed JavaScript space-before-function-paren violations.
This commit is contained in:
parent
ac6164948e
commit
8606bea3bc
@ -35,7 +35,7 @@
|
|||||||
"always"
|
"always"
|
||||||
],
|
],
|
||||||
"space-before-blocks": [2, "always"],
|
"space-before-blocks": [2, "always"],
|
||||||
"space-before-function-paren": [1, {"anonymous": "always", "named": "never"}],
|
"space-before-function-paren": [2, {"anonymous": "never", "named": "never"}],
|
||||||
"space-infix-ops": [
|
"space-infix-ops": [
|
||||||
1,
|
1,
|
||||||
{"int32Hint": false}
|
{"int32Hint": false}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user