mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03: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:
+7
-6
@@ -1,19 +1,20 @@
|
|||||||
fail_on_violations: true
|
fail_on_violations: true
|
||||||
|
|
||||||
|
eslint:
|
||||||
|
config_file: js/.eslintrc.json
|
||||||
|
enabled: false
|
||||||
|
ignore_file: .houndignore
|
||||||
|
|
||||||
stylelint:
|
stylelint:
|
||||||
config_file: build/.stylelintrc
|
config_file: build/.stylelintrc
|
||||||
enabled: true
|
enabled: true
|
||||||
ignore_file: .houndignore
|
ignore_file: .houndignore
|
||||||
|
|
||||||
eslint:
|
jshint:
|
||||||
config_file: js/.eslintrc.json
|
enabled: false
|
||||||
ignore_file: .houndignore
|
|
||||||
|
|
||||||
scss:
|
scss:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
jshint:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
ruby:
|
ruby:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
+2
-3
@@ -1,4 +1,3 @@
|
|||||||
**/*.min.js
|
**/*.min.js
|
||||||
**/vendor/*
|
**/vendor/**
|
||||||
**/dist/*
|
**/dist/**
|
||||||
js/tests/*
|
|
||||||
|
|||||||
Reference in New Issue
Block a user