diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 000000000..a0e40efcf --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +runtime/js/dist/wails.js \ No newline at end of file diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 000000000..5607bac3a --- /dev/null +++ b/.hound.yml @@ -0,0 +1,6 @@ +jshint: + config_file: .jshintrc +eslint: + enabled: true + config_file: .eslintrc.js + ignore_file: .eslintignore \ No newline at end of file