Skip to content

Commit

Permalink
Fix eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 29, 2015
1 parent 82f41d3 commit c4e05bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -88,7 +88,7 @@
"no-new-func": [2],
"no-new-object": [2],
"no-new-require": [0],
"no-new-wrappers": [1],
"no-new-wrappers": [2],
"no-obj-calls": [2],
"no-octal": [2],
"no-octal-escape": [2],
Expand Down

0 comments on commit c4e05bd

Please sign in to comment.