{"$schema":"http://json-schema.org/draft-07/schema","definitions":{"rule":{"oneOf":[{"type":"array","items":[{"type":"number","enum":[0,1,2]},{"type":"string","enum":["always","never"]},{}],"minItems":2,"maxItems":3,"additionalItems":false}]}},"properties":{"extends":{"oneOf":[{"type":"array","items":{"type":"string"}},{"type":"string"}]},"parserPreset":{"oneOf":[{"type":"string"},{"type":"object","properties":{"name":{"type":"string"},"path":{"type":"string"},"parserOpts":{}},"additionalProperties":false}]},"helpUrl":{"type":"string"},"formatter":{"type":"string"},"rules":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"$ref":"#/definitions/rule"}},"plugins":{"type":"array","items":{"type":"string"}},"ignores":{"type":"array","items":{}},"defaultIgnores":{"type":"boolean"}}}