Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Added the JSHint config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsn committed Sep 26, 2016
1 parent 59f6e1e commit f2e89e9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .jshintrc
@@ -0,0 +1,22 @@
{
"browser": true,
"jquery": true,
"node": true,
"globals": {
"require": true,
"define": true,
"requirejs": true
},
"esversion": 6,
"camelcase": true,
"eqeqeq": true,
"indent": 4,
"latedef": true,
"maxlen": 100,
"newcap": true,
"quotmark": "single",
"strict": true,
"undef": true,
"unused": true,
"eqnull": true
}

0 comments on commit f2e89e9

Please sign in to comment.