add jshintrc for codeclimate

main
Aaron Jensen 2015-08-02 07:47:43 -07:00
parent b1c829d731
commit c80b1f1f17
1 changed files with 4 additions and 0 deletions

4
.jshintrc Normal file
View File

@ -0,0 +1,4 @@
{
"esnext": true,
"node": true
}