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 2e0f167 commit 92a37b5Copy full SHA for 92a37b5
src/linter/rules/missing-introduced-in.mjs
@@ -3,7 +3,7 @@
3
import { LINT_MESSAGES } from '../constants.mjs';
4
import { findTopLevelEntry } from '../utils/find.mjs';
5
6
-const regex = /<!--introduced_in=.*-->/;
+const regex = /<!--\s?introduced_in=.*-->/;
7
8
/**
9
* Checks if `introduced_in` field is missing in the top-level entry.
0 commit comments