This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * This file was automatically generated by json-schema-to-typescript. | |
| * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, | |
| * and run json-schema-to-typescript to regenerate this file. | |
| */ | |
| export type Rule = (number | ("off" | "warn" | "error") | any[]); | |
| export interface JsonSchemaForEsLintConfigurationFiles { | |
| /** |
OlderNewer