mirror of
https://github.com/django/django.git
synced 2025-12-05 01:21:35 +00:00
Fixed JavaScript "comma-spacing" violations.
This commit is contained in:
parent
b647d64408
commit
2d6466c295
4 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"rules": {
|
||||
"camelcase": [1, {"properties": "always"}],
|
||||
"comma-spacing": [1, {"before": false, "after": true}],
|
||||
"comma-spacing": [2, {"before": false, "after": true}],
|
||||
"dot-notation": [1, {"allowKeywords": true}],
|
||||
"curly": [2, "all"],
|
||||
"indent": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue