Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Oct 18, 2015
1 parent 2cedc4a commit acc338c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"asi": false,
"boss": true,
"curly": true,
"curly": false,
"eqeqeq": true,
"eqnull": true,
"esnext": true,
"immed": true,
"latedef": false,
"laxbreak": true,
"laxcomma": false,
"mocha": true,
"newcap": true,
Expand All @@ -15,4 +16,4 @@
"sub": true,
"undef": true,
"unused": true
}
}
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

0 comments on commit acc338c

Please # to comment.