mirror of
https://github.com/django/django.git
synced 2025-09-27 20:49:21 +00:00
Fixed JavaScript space-before-function-paren violations.
This commit is contained in:
parent
ac6164948e
commit
8606bea3bc
4 changed files with 5 additions and 5 deletions
|
@ -35,7 +35,7 @@
|
|||
"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": [
|
||||
1,
|
||||
{"int32Hint": false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue