File: 1001_eslint_annotate.patch

package info (click to toggle)
node-domino 2.1.6~ds-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 7,652 kB
  • sloc: javascript: 65,280; makefile: 21; sh: 1
file content (13 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: annotate source for ESLint
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2020-06-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/NodeList.es6.js
+++ b/lib/NodeList.es6.js
@@ -1,3 +1,4 @@
+/* eslint-env es6 */
 /* jshint esversion: 6 */
 "use strict";