This website works better with JavaScript
Home
Explore
Help
Register
Sign In
mightyplow
/
jslib
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
added js hint config file which I use in my IDE
mightyplow
8 years ago
parent
1c402e78d9
commit
83a06f35a4
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
.jshintrc
+ 5
- 0
.jshintrc
View File
@@ -0,0 +1,5 @@
+{
+ "esversion": 6,
+ "asi": true,
+ "node": true
+}