mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
Disable Hound on test cases.
This commit is contained in:
@@ -10,6 +10,7 @@ javascript:
|
||||
eslint:
|
||||
enabled: true
|
||||
config_file: js/.eslintrc.json
|
||||
ignore_file: .houndignore
|
||||
|
||||
jscs:
|
||||
enabled: true
|
||||
|
4
.houndignore
Normal file
4
.houndignore
Normal file
@@ -0,0 +1,4 @@
|
||||
**/*.min.js
|
||||
**/vendor/*
|
||||
**/dist/*
|
||||
js/tests/*
|
Reference in New Issue
Block a user