Procházet zdrojové kódy

extending javascript line length to 120

adding xit to globals
tags/v7.0.0alpha2
Thomas Müller před 10 roky
rodič
revize
086eb71cfe
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      .jshintrc

+ 2
- 2
.jshintrc Zobrazit soubor

@@ -11,13 +11,13 @@
"maxparams": 5,
"curly": true,
"jquery": true,
"maxlen": 80,
"maxlen": 120,
"indent": 4,
"browser": true,
"globals": {
"console": true,
"it": true,
"itx": true,
"xit": true,
"expect": true,
"describe": true,
"beforeEach": true,

Načítá se…
Zrušit
Uložit