diff --git a/.arclint b/.arclint --- a/.arclint +++ b/.arclint @@ -24,7 +24,7 @@ "jshint": { "type": "jshint", "include": "(\\.js$)", - "jshint.jshintrc": "support/jshint/jshintconfig" + "jshint.jshintrc": "support/lint/jshintrc" }, "json": { "type": "json", diff --git a/support/jshint/jshintconfig b/support/lint/jshintrc rename from support/jshint/jshintconfig rename to support/lint/jshintrc