Commit 0924928c authored by XhmikosR's avatar XhmikosR
Browse files

Update Hound config.

1. Explicitly disable ESLint in Hound for now; it was disabled all this time. Temporarily disabled until the ESLint plugins are updated upstream
2. Remove unneeded ignore from .houndignore
parent c7a2689a
Showing with 9 additions and 9 deletions
+9 -9
fail_on_violations: true
eslint:
config_file: js/.eslintrc.json
enabled: false
ignore_file: .houndignore
stylelint:
config_file: build/.stylelintrc
enabled: true
ignore_file: .houndignore
eslint:
config_file: js/.eslintrc.json
ignore_file: .houndignore
scss:
jshint:
enabled: false
jshint:
scss:
enabled: false
ruby:
......
**/*.min.js
**/vendor/*
**/dist/*
js/tests/*
**/vendor/**
**/dist/**
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment