File: control

package info (click to toggle)
node-mysticatea-eslint-plugin 12.0.0~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 704 kB
  • sloc: javascript: 3,003; makefile: 72; perl: 48; sh: 1
file content (43 lines) | stat: -rw-r--r-- 1,519 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: node-mysticatea-eslint-plugin
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 cmark-gfm <!nodoc>,
 debhelper-compat (= 13),
 eslint <!nocheck> <!pkg.eslint.stage1>,
 mocha <!nocheck>,
 node-eslint-plugin-es <!nocheck> <!pkg.eslint.stage1>,
 node-eslint-plugin-eslint-plugin <!nocheck> <!pkg.eslint.stage1>,
 node-eslint-plugin-node (>= 9.1.0~) <!nocheck> <!pkg.eslint.stage1>,
 node-fs-extra,
 node-globals,
 nodejs,
 perl <!nocheck>,
Standards-Version: 4.6.0
Homepage: https://github.com/mysticatea/eslint-plugin
Vcs-Browser: https://salsa.debian.org/js-team/node-mysticatea-eslint-plugin
Vcs-Git: https://salsa.debian.org/js-team/node-mysticatea-eslint-plugin.git
Rules-Requires-Root: no

Package: node-mysticatea-eslint-plugin
Architecture: all
Depends:
 node-eslint-plugin-eslint-plugin,
 node-eslint-plugin-node (>= 9.1.0~),
 node-eslint-visitor-keys,
 ${misc:Depends},
Description: additional rules for ESLint as used by Toru Nagashima
 mysticatea-eslint-plugin provides
 additional rules and configuration profiles for ESLint,
 used to validate other more general-purpose ESLint packages.
 .
 Unless you want to code in same style as Toru Nagashima,
 you probably have no direct need for this package.
 .
 ESLint is a tool for identifying and reporting on patterns
 found in ECMAScript/JavaScript code.
 .
 Node.js is an event-based server-side JavaScript engine.