We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46eafa commit 2fac7daCopy full SHA for 2fac7da
1 file changed
lint/linter/test-spec-urls.js
@@ -18,16 +18,10 @@ const specsExceptions = [
18
// Remove once https://github.com/whatwg/html/pull/6715 is resolved
19
'https://wicg.github.io/controls-list/',
20
21
- // Exception for April Fools' joke for "418 I'm a teapot"
22
- 'https://www.rfc-editor.org/rfc/rfc2324',
23
-
24
// Unfortunately this doesn't produce a rendered spec, so it isn't in browser-specs
25
// Remove if it is in the main ECMA spec
26
'https://github.com/tc39/proposal-regexp-legacy-features/',
27
28
- // Remove once tc39/ecma262#3221 is merged
29
- 'https://github.com/tc39/proposal-regexp-modifiers',
30
31
// See https://github.com/w3c/browser-specs/issues/305
32
// Features with this URL need to be checked after some time
33
// if they have been integrated into a real spec
0 commit comments