Skip to content

Commit f984004

Browse files
committed
Fixed recomendations
1 parent f8b0076 commit f984004

File tree

4 files changed

+3340
-461
lines changed

4 files changed

+3340
-461
lines changed

.jshintrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)