Static
defaultRules
defaultRules: {
MD013: {
codeBlockLineLength: number;
codeBlocks: boolean;
headers: boolean;
headingLineLength: number;
headings: boolean;
lineLength: number;
stern: boolean;
strict: boolean;
tables: boolean;
};
MD024: {
allowDifferentNesting: boolean;
siblingsOnly: boolean;
};
} = ...
Type declaration
-
MD013: {
codeBlockLineLength: number;
codeBlocks: boolean;
headers: boolean;
headingLineLength: number;
headings: boolean;
lineLength: number;
stern: boolean;
strict: boolean;
tables: boolean;
}
-
codeBlockLineLength: number
-
codeBlocks: boolean
-
headers: boolean
-
headingLineLength: number
-
headings: boolean
-
lineLength: number
-
stern: boolean
-
strict: boolean
-
tables: boolean
-
MD024: {
allowDifferentNesting: boolean;
siblingsOnly: boolean;
}
-
allowDifferentNesting: boolean
-
siblingsOnly: boolean
The .markdownlintignore file.