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.
no-new
1 parent 4fbe4b0 commit 4b2e171Copy full SHA for 4b2e171
2 files changed
configs/markdown.js
@@ -54,6 +54,8 @@ async function getMarkdownRecommendedConfig() {
54
55
"no-console": "off",
56
57
+ "no-new": "off",
58
+
59
"unicorn/no-unused-properties": "off",
60
61
"n/no-unpublished-require": "off",
validation/file.md
@@ -26,3 +26,7 @@ function run() {
26
27
run();
28
```
29
30
+```js
31
+new URL("./test");
32
+```
0 commit comments