Skip to content

Commit

Permalink
Move JSHint config into .jshintrc
Browse files Browse the repository at this point in the history
SublimeLinter doesn't understand package.json. :(
  • Loading branch information
Anton Kovalyov committed Apr 2, 2014
1 parent df60b9c commit 91bf14d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
12 changes: 12 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"boss": true,
"node": true,
"strict": true,
"maxlen": 100,
"newcap": false,
"undef": true,
"unused": true,
"onecase": true,
"lastsemic": true,
"indent": 2
}
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,6 @@
"regenerate": "0.5.x"
},

"jshintConfig": {
"boss": true,
"node": true,
"strict": true,
"maxlen": 100,
"newcap": false,
"undef": true,
"unused": true,
"onecase": true,
"lastsemic": true,
"indent": 2
},

"licenses": [
{
"type": "MIT",
Expand Down

0 comments on commit 91bf14d

Please sign in to comment.