{ "exclude": [ "(^package-lock.json$)" ], "linters": { "chmod": { "type": "chmod" }, "json": { "type": "json", "include": [ "(\\.arcconfig$)", "(\\.arclint$)", "(\\.json$)" ] }, "merge-conflict": { "type": "merge-conflict" }, "nolint": { "type": "nolint" }, "PHP Error Check": { "type": "php", "include": "(\\.php$)" }, "spelling": { "type": "spelling" }, "text": { "type": "text", "text.max-line-length": 80, "severity": { "1": "advice", "2": "advice", "5": "disabled" } } } }