Skip to content

Commit

Permalink
Disable linting on BitHound
Browse files Browse the repository at this point in the history
bitHound only supports running eslint rules greater than 1.0 but lower than 2.0.
  • Loading branch information
fatso83 committed Jul 13, 2016
1 parent b3937ac commit 42d49eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bithoundrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"critics": {
"lint": {"engine": "eslint"}
"//": "bitHound only supports running eslint rules greater than 1.0 but lower than 2.0.",
"lint": {"engine": "none"}
},

"ignore": [
Expand Down

0 comments on commit 42d49eb

Please sign in to comment.