X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/037585db3933a2954b43bd4b30ea5e30ade00be2..79bda7a8edab5b3eb7e2feb13c31228c1ec2c219:/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