[ 源代码: node-eslint-plugin-es ]
软件包:node-eslint-plugin-es(4.1.0~ds1-5)
node-eslint-plugin-es 的相关链接
Debian 的资源:
下载源码包 node-eslint-plugin-es:
- [node-eslint-plugin-es_4.1.0~ds1-5.dsc]
- [node-eslint-plugin-es_4.1.0~ds1.orig.tar.xz]
- [node-eslint-plugin-es_4.1.0~ds1-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 node-eslint-plugin-es 有关的软件包
|
|
|
|
-
- dep: node-eslint-utils
- utilities for ESLint plugins
-
- dep: node-regexpp
- regular expression parser for ECMAScript - Node.js library
-
- enh: eslint
- AST-based pattern checker for JavaScript