mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +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
|
|
@ -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]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue