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:
parent
c7a2689a31
commit
0924928cb9
13
.hound.yml
13
.hound.yml
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
**/*.min.js
|
||||
**/vendor/*
|
||||
**/dist/*
|
||||
js/tests/*
|
||||
**/vendor/**
|
||||
**/dist/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user