File: drop-additionalItems.patch

package info (click to toggle)
node-eslint-plugin-requirejs 4.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 936 kB
  • sloc: javascript: 4,676; perl: 48; makefile: 31; sh: 1
file content (18 lines) | stat: -rw-r--r-- 479 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: drop obsolete field additionalItems
Author: Yadd <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/1060930
Forwarded: not-needed
Last-Update: 2025-04-06

--- a/lib/rules/no-restricted-amd-modules.js
+++ b/lib/rules/no-restricted-amd-modules.js
@@ -64,8 +64,7 @@
                     patterns: arrayOfStrings
                 },
                 additionalProperties: false
-            },
-            additionalItems: false
+            }
         }
     ]
 };