Disable ESLint rule func-style.

This commit is contained in:
David Anson 2021-12-11 21:48:00 -08:00
parent 2056d81682
commit 13e375b281
5 changed files with 1 additions and 12 deletions

View file

@ -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) {