We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8b0076 + f984004 commit 4662fe8Copy full SHA for 4662fe8
.jshintrc
@@ -0,0 +1,7 @@
1
+{
2
+ //https://stackoverflow.com/questions/27441803/why-does-jshint-throw-a-warning-if-i-am-using-const
3
+ //https://github.com/dense-analysis/ale/issues/2354
4
+ "esversion": 6,
5
+ //https://stackoverflow.com/questions/15894193/disabling-warning-about-require-function-in-jshint
6
+ "node": true
7
+ }
0 commit comments