X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9a9b045372a6f48420a9a6dacfde52c34ab7abce..4543e85441b758edaf7b4a8f7ed589ca428a9be7:/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