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

@ -930,7 +930,6 @@ test.cb("rules", (t) => {
let ruleHasAliases = true;
let ruleUsesParams = null;
const tagAliasParameterRe = /, |: | /;
// eslint-disable-next-line func-style
const testTagsAliasesParams = (r) => {
// eslint-disable-next-line unicorn/prefer-default-parameters
r = r || "[NO RULE]";