test: .jshintrc for code-climate

master
Evgeny Poberezkin 2017-04-17 19:47:00 +01:00
parent 8641c6b23a
commit 4b8c4b57ef
1 changed files with 8 additions and 0 deletions

8
.jshintrc Normal file
View File

@ -0,0 +1,8 @@
{
"laxcomma": true,
"laxbreak": true,
"curly": false,
"-W058": true,
"eqeqeq": false,
"node": true
}