diff --git a/.arclint b/.arclint index 94c7d4f143..be5f44fecf 100644 --- 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" },