This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
mightyplow
/
jslib
Suivre
1
Voter
1
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
added js hint config file which I use in my IDE
mightyplow
il y a 8 ans
Parent
1c402e78d9
commit
83a06f35a4
1 fichiers modifiés
avec
5 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
5
0
.jshintrc
+ 5
- 0
.jshintrc
Voir le fichier
@@ -0,0 +1,5 @@
+{
+ "esversion": 6,
+ "asi": true,
+ "node": true
+}