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
|
Source: node-eslint-plugin-es
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,
mocha,
node-mysticatea-eslint-plugin (>= 12),
node-eslint-utils <!nocheck>,
node-regexpp <!nocheck>,
nodejs,
Standards-Version: 4.7.2
Homepage: https://github.com/mysticatea/eslint-plugin-es
Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-plugin-es
Vcs-Git: https://salsa.debian.org/js-team/node-eslint-plugin-es.git
Package: node-eslint-plugin-es
Architecture: all
Depends:
node-eslint-utils,
node-regexpp,
${misc:Depends},
Enhances:
eslint,
Multi-Arch: foreign
Description: ESLint plugin which disallows each ECMAScript syntax
Espree, the default parser of ESLint, has option "ecmaVersion".
However, it doesn't support enabling each syntactic feature individually.
.
This plugin lets us disable each syntactic feature individually.
So we can enable arbitrary syntactic features
with the combination of ecmaVersion and this plugin.
.
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.
|