mirror of
https://github.com/django/django.git
synced 2025-12-09 11:05:50 +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": {
|
"rules": {
|
||||||
"camelcase": [1, {"properties": "always"}],
|
"camelcase": [1, {"properties": "always"}],
|
||||||
"comma-spacing": [1, {"before": false, "after": true}],
|
"comma-spacing": [2, {"before": false, "after": true}],
|
||||||
"dot-notation": [1, {"allowKeywords": true}],
|
"dot-notation": [1, {"allowKeywords": true}],
|
||||||
"curly": [2, "all"],
|
"curly": [2, "all"],
|
||||||
"indent": [
|
"indent": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue