Adding linting to Hound

pull/10283/head
xavijam 8 years ago
parent 35f4ed8c4d
commit 2fbcbec986

@ -0,0 +1,8 @@
{
"rules": {},
"env": {
"es6": true,
"browser": true
},
"extends": "semistandard"
}

@ -6,3 +6,7 @@ ruby:
config_file: .rubocop.yml
javascript:
enabled: false
eslint:
enabled: true
config_file: .eslintrc
ignore_file: .eslintignore
Loading…
Cancel
Save