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
|
Source: node-eslint-plugin-html
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Pirate Praveen <praveen@debian.org>,
Section: javascript
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-nodejs,
eslint <!nocheck>,
jest <!nocheck>,
node-htmlparser2 (>= 3.10.0) <!nocheck>,
node-semver (>= 5.6.0) <!nocheck>,
pandoc <!nodoc>,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-plugin-html
Vcs-Git: https://salsa.debian.org/js-team/node-eslint-plugin-html.git
Homepage: https://github.com/BenoitZugmeyer/eslint-plugin-html
Rules-Requires-Root: no
Package: node-eslint-plugin-html
Architecture: all
Depends:
node-htmlparser2 (>= 3.10.0),
node-semver (>= 5.6.0),
${misc:Depends},
Enhances:
eslint,
Description: lint and fix inline scripts contained in HTML files
This module is an ESLint plugin to lint and fix inline scripts contained in
HTML files.
.
Node.js is an event-based server-side JavaScript engine.
|