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 9d030f2 commit a390149Copy full SHA for a390149
eslint.config.mjs
@@ -196,7 +196,7 @@ export default defineConfig([
196
ignoreUrls: [
197
"https://www.npmjs.com/package/eslint-plugin-markdown-preferences",
198
"/^https:\\/\\/www\\.npmtrends\\.com\\//u",
199
- "https://github.com/syntax-tree/mdast"
+ "https://github.com/syntax-tree/mdast",
200
],
201
allowedAnchors: {
202
// https://eslint-online-playground.netlify.app/
0 commit comments