We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b47e3 commit de58ec4Copy full SHA for de58ec4
test/wrap-report-handler-test.ts
@@ -12,6 +12,7 @@ describe("wrapReportHandler", function () {
12
const rule: TextlintRuleModule = function (context) {
13
const { RuleError } = context;
14
return wrapReportHandler(context, {
15
+ // @ts-expect-error
16
ignoreNodeTypes: Object.keys(ASTNodeTypes).concat("my-type")
17
}, report => {
18
return {
0 commit comments