diff --git a/.arclint b/.arclint --- a/.arclint +++ b/.arclint @@ -28,6 +28,15 @@ ], "jshint.jshintrc": "support/jshint/jshintconfig" }, + "json": { + "type": "json", + "include": [ + "(^support/jshint/jshintconfig$)", + "(^\\.arcconfig$)", + "(^\\.arclint$)", + "(\\.json$)" + ] + }, "generated": { "type": "generated" },