mirror of
https://github.com/django/django.git
synced 2025-11-20 11:36:04 +00:00
parent
95289e1029
commit
d00e034a28
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
"comma-spacing": ["error", {"before": false, "after": true}],
|
"comma-spacing": ["error", {"before": false, "after": true}],
|
||||||
"curly": ["error", "all"],
|
"curly": ["error", "all"],
|
||||||
"dot-notation": ["error", {"allowKeywords": true}],
|
"dot-notation": ["error", {"allowKeywords": true}],
|
||||||
|
"eqeqeq": ["error"],
|
||||||
"indent": ["error", 4],
|
"indent": ["error", 4],
|
||||||
"key-spacing": ["error", {"beforeColon": false, "afterColon": true}],
|
"key-spacing": ["error", {"beforeColon": false, "afterColon": true}],
|
||||||
"linebreak-style": ["error", "unix"],
|
"linebreak-style": ["error", "unix"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue