diff options
| -rw-r--r-- | .hound.yml | 1 | ||||
| -rw-r--r-- | .houndignore | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml index 934a9a130..6c5f60998 100644 --- a/.hound.yml +++ b/.hound.yml @@ -10,6 +10,7 @@ javascript: eslint: enabled: true config_file: js/.eslintrc.json + ignore_file: .houndignore jscs: enabled: true diff --git a/.houndignore b/.houndignore new file mode 100644 index 000000000..7814652fb --- /dev/null +++ b/.houndignore @@ -0,0 +1,4 @@ +**/*.min.js +**/vendor/* +**/dist/* +js/tests/* |
