diff --git a/.arclint b/.arclint index 6a57b9b..5d44462 100644 --- a/.arclint +++ b/.arclint @@ -1,5 +1,22 @@ { + "exclude": [ + "(^package-lock.json$)" + ], "linters": { + "chmod": { + "type": "chmod" + }, + "filename": { + "type": "filename" + }, + "json": { + "type": "json", + "include": [ + "(\\.arcconfig$)", + "(\\.arclint$)", + "(\\.json$)" + ] + }, "merge-conflict": { "type": "merge-conflict" }, @@ -12,6 +29,10 @@ }, "spelling": { "type": "spelling" + }, + "text": { + "type": "text", + "text.max-line-length": 80 } } }