eslint 6.4.0~dfsg+~6.1.9-7 source package in Ubuntu
Changelog
eslint (6.4.0~dfsg+~6.1.9-7) unstable; urgency=medium * update TODOs, thanks to Jérémy Lal (see bug#1004244) * drop patch 2001; build-depend on node-v8-compile-cache * declare compliance with Debian Policy 4.6.1 -- Jonas Smedegaard <email address hidden> Fri, 10 Jun 2022 11:18:23 +0200
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
eslint_6.4.0~dfsg+~6.1.9-7.dsc | 4.2 KiB | 0f37f303649d73b92d4d691c74a60b02ba8d58d85dcd305dfd16a37e5f257f54 |
eslint_6.4.0~dfsg+~6.1.9.orig-Xtypes.tar.xz | 17.1 KiB | 6f366c65d41d531e817e4016df57e1539ad8962e87dec56f21aa7c2bf1d8918e |
eslint_6.4.0~dfsg+~6.1.9.orig.tar.xz | 1.0 MiB | b4d47ac753266cfa715c544abeaa837b10e377d9187e757df607d73cab6410b0 |
eslint_6.4.0~dfsg+~6.1.9-7.debian.tar.xz | 50.4 KiB | 3f56708005a5409fcfaddd3e3a0a825ab6feeae95d349837d795152dc127634d |
Available diffs
No changes file available.
Binary packages built by this source
- eslint: AST-based pattern checker for JavaScript
ESLint is a tool for identifying and reporting on patterns
found in ECMAScript/JavaScript code.
In many ways, it is similar to JSLint and JSHint
with a few exceptions:
.
* ESLint uses Espree for JavaScript parsing
* ESLint uses an AST to evaluate patterns in code
* ESLint is completely pluggable,
every single rule is a plugin and you can add more at runtime
.
Some uses of ESLint require additional packages:
* Use of parsers other than the default (Espree) require that parser,
e.g. node-babel-eslint, node-esprima, or node-esprima-fb.
* Use of option --init require package node-inquirer.