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 76064a6 commit 0c65c62Copy full SHA for 0c65c62
1 file changed
docs/tools/prism-eslint-hook.js
@@ -146,7 +146,6 @@ function installPrismESLintMarkerHook() {
146
// Remove trailing newline and presentational `⏎` characters
147
docsExampleCodeToParsableCode(code),
148
config,
149
- { filename: "code.js" },
150
);
151
152
if (lintMessages.some(m => m.fatal)) {
0 commit comments