Skip to content

Commit

Permalink
Update .jshintrc (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and roblarsen committed Oct 30, 2016
1 parent dff0e5e commit f1ed892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{

// Enforcing options
// http://jshint.com//docs/options/#enforcing-options
// http://jshint.com/docs/options/#enforcing-options

"bitwise": true,
"eqeqeq": true,
Expand All @@ -16,14 +16,14 @@
// - - - - - - - - - - - - - - - - - - - - - - - - - - -

// Relaxing options
// http://jshint.com//docs/options/#relaxing-options
// http://jshint.com/docs/options/#relaxing-options

"esnext": true,

// - - - - - - - - - - - - - - - - - - - - - - - - - - -

// Environments
// http://jshint.com//docs/options/#environments
// http://jshint.com/docs/options/#environments

"browser": true,
"jquery": true,
Expand Down

0 comments on commit f1ed892

Please sign in to comment.