mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add @stylistic/eslint-plugin to ESLint configuration.
This commit is contained in:
parent
fe02674ce0
commit
164bbac651
21 changed files with 103 additions and 78 deletions
|
|
@ -77,8 +77,8 @@ test("filterByTypes, htmlFlow false", async(t) => {
|
|||
// Not using flat tokens
|
||||
t.deepEqual(
|
||||
filtered,
|
||||
filterByTypes([ ...tokens], types)
|
||||
)
|
||||
filterByTypes([ ...tokens ], types)
|
||||
);
|
||||
});
|
||||
|
||||
test("filterByTypes, htmlFlow true", async(t) => {
|
||||
|
|
@ -95,8 +95,8 @@ test("filterByTypes, htmlFlow true", async(t) => {
|
|||
// Not using flat tokens
|
||||
t.deepEqual(
|
||||
filtered,
|
||||
filterByTypes([ ...tokens], types, true)
|
||||
)
|
||||
filterByTypes([ ...tokens ], types, true)
|
||||
);
|
||||
});
|
||||
|
||||
test("filterByPredicate/filterByTypes", async(t) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue