5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-21 11:29:29 +08:00

config: eslint

This commit is contained in:
Lea Anthony 2019-07-13 15:42:57 +10:00
parent 9ba3e0512b
commit 98d4d6b33c
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
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