| 12
 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
 
 | Source: node-eslint-plugin-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),
 jq,
 mocha <!nocheck>,
 node-chai <!nocheck>,
 node-eslint <!nocheck>,
 node-eslint-plugin-node <!nocheck>,
 node-escope <!nocheck>,
 node-espree <!nocheck>,
 node-estraverse <!nocheck>,
 node-js-yaml <!nocheck>,
 node-lodash <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin
Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-plugin-eslint-plugin
Vcs-Git: https://salsa.debian.org/js-team/node-eslint-plugin-eslint-plugin.git
Rules-Requires-Root: no
Package: node-eslint-plugin-eslint-plugin
Architecture: all
Depends:
 ${misc:Depends},
Enhances:
 eslint,
Provides:
 node-eslint-rule-composer (= ${composer:Version}),
Description: ESLint plugin for linting ESLint plugins
 This module, eslint-plugin-eslint-plugin, is an ESLint plugin
 for linting ESLint plugins.
 .
 ESLint is a tool for identifying and reporting on patterns
 found in ECMAScript/JavaScript code.
 |