Update schema.d.ts (#6222)

fix double "nn" on "boolean"
This commit is contained in:
Ben Snyder 2021-07-05 16:50:07 -04:00 committed by GitHub
parent 9be7a101d9
commit ce793144a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,5 @@ export interface Schema {
js?: boolean;
skipFormat?: boolean;
setParserOptionsProject?: boolean;
standaloneConfig?: booleann;
standaloneConfig?: boolean;
}