config: eslint

This commit is contained in:
Lea Anthony
2019-07-13 15:42:57 +10:00
parent 9ba3e0512b
commit 98d4d6b33c
2 changed files with 7 additions and 0 deletions

1
.eslintignore Normal file
View File

@@ -0,0 +1 @@
runtime/js/dist/wails.js

6
.hound.yml Normal file
View File

@@ -0,0 +1,6 @@
jshint:
config_file: .jshintrc
eslint:
enabled: true
config_file: .eslintrc.js
ignore_file: .eslintignore