Changed default jscs preset to google.
This commit is contained in:
parent
26cb49f630
commit
79fa0ba7f5
1 changed files with 3 additions and 2 deletions
3
.jscsrc
3
.jscsrc
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"preset": "airbnb"
|
"preset": "google",
|
||||||
|
"validateIndentation": 4
|
||||||
}
|
}
|
Loading…
Reference in a new issue