X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cb87f02642d0097ebc067ca1f9371dde274a41e3..4155bcb6135e08441e9c41b1f434fd743d9d430a:/config/jshint.yml diff --git a/config/jshint.yml b/config/jshint.yml index 14cd45d1d..a7e22486b 100644 --- a/config/jshint.yml +++ b/config/jshint.yml @@ -1,6 +1,7 @@ files: - "**/*.js" exclude_paths: + - "app/assets/javascripts/i18n" - "vendor/assets/javascripts" options: eqeqeq: true @@ -26,3 +27,4 @@ options: querystring: true require: false updateLinks: false + bowser: false