Source: node-eslint-plugin-es Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard , Build-Depends: debhelper-compat (= 13), eslint , mocha , node-mysticatea-eslint-plugin , node-eslint-utils , node-regexpp , nodejs, pandoc , Standards-Version: 4.5.1 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 Rules-Requires-Root: no Package: node-eslint-plugin-es Architecture: all Depends: node-eslint-utils, node-regexpp, ${misc:Depends}, Enhances: eslint, 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.