Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Adds no-constant-binary-expression eslint rule
main
Eric Amodio
2 anni fa
parent
d110d162c5
commit
09ac5caef1
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
.eslintrc.base.json
+ 1
- 0
.eslintrc.base.json
Vedi File
@ -32,6 +32,7 @@
"new-parens"
:
"error"
,
"no-console"
:
"off"
,
"no-constant-condition"
:
[
"warn"
,
{
"checkLoops"
:
false
}
]
,
"no-constant-binary-expression"
:
"error"
,
"no-caller"
:
"error"
,
"no-debugger"
:
"off"
,
"no-dupe-class-members"
:
"off"
,
Scrivi
Anteprima
Caricamento…
Annulla
Salva