File: 2005_no-require-jsdoc.patch

package info (click to toggle)
node-eslint-plugin-eslint-plugin 2.3.0%2B~0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 604 kB
  • sloc: javascript: 5,372; makefile: 34; sh: 32
file content (13 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: have ESLint ignore missing JSDoc comments
Forwarded: no
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2020-12-31
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Xcomposer/.eslintrc.yml
+++ b/Xcomposer/.eslintrc.yml
@@ -18,3 +18,4 @@
   prefer-spread: off
   no-restricted-syntax: off
   prefer-destructuring: off
+  require-jsdoc: off