File: 2004_avoid_eslint-config-airbnb-base.patch

package info (click to toggle)
node-eslint-plugin-eslint-plugin 2.3.0%2B~0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 632 kB
  • sloc: javascript: 5,372; makefile: 34; sh: 1
file content (14 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Avoid use of Node.js module eslint-config-airbnb-base
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
@@ -1,5 +1,4 @@
 extends:
-  - airbnb-base
   - plugin:node/recommended
 
 parserOptions: