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