mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Disable ESLint rule func-style.
This commit is contained in:
parent
2056d81682
commit
13e375b281
5 changed files with 1 additions and 12 deletions
|
|
@ -20,7 +20,6 @@ module.exports = {
|
|||
let matchAny = false;
|
||||
let hasError = false;
|
||||
let anyHeadings = false;
|
||||
// eslint-disable-next-line func-style
|
||||
const getExpected = () => requiredHeadings[i++] || "[None]";
|
||||
forEachHeading(params, (heading, content) => {
|
||||
if (!hasError) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue