[ 原始碼: 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