This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
mightyplow
/
jslib
Segui
1
Vota
1
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
added js hint config file which I use in my IDE
mightyplow
8 anni fa
parent
1c402e78d9
commit
83a06f35a4
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
0
.jshintrc
+ 5
- 0
.jshintrc
Vedi File
@@ -0,0 +1,5 @@
+{
+ "esversion": 6,
+ "asi": true,
+ "node": true
+}