CodeMirror: EditorConfiguration.lint can be boolean

This commit is contained in:
Nick Chang
2015-08-21 07:41:34 -07:00
parent 3b0f362204
commit 0a9004eb58
+1 -1
View File
@@ -787,7 +787,7 @@ declare module CodeMirror {
viewportMargin?: number;
/** Optional lint configuration to be used in conjunction with CodeMirror's linter addon. */
lint?: LintOptions;
lint?: boolean | LintOptions;
}
interface TextMarkerOptions {