0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

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
This commit is contained in:
XhmikosR 2017-10-12 05:12:06 +03:00
parent c7a2689a31
commit 0924928cb9
2 changed files with 9 additions and 9 deletions

View File

@ -1,19 +1,20 @@
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
jshint:
enabled: false
scss:
enabled: false
jshint:
enabled: false
ruby:
enabled: false

View File

@ -1,4 +1,3 @@
**/*.min.js
**/vendor/*
**/dist/*
js/tests/*
**/vendor/**
**/dist/**