X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cb87f02642d0097ebc067ca1f9371dde274a41e3..fd47078b14c89cd9c1e373e16074abc8d83d0e62:/config/jshint.yml?ds=sidebyside 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