How to Install and Uninstall eslint Package on Kali Linux

Last updated: June 02,2024

1. Install "eslint" package

In this section, we are going to explain the necessary steps to install eslint on Kali Linux

$ sudo apt update $ sudo apt install eslint

2. Uninstall "eslint" package

Please follow the step by step instructions below to uninstall eslint on Kali Linux:

$ sudo apt remove eslint $ sudo apt autoclean && sudo apt autoremove

3. Information about the eslint package on Kali Linux

Package: eslint
Version: 6.4.0~dfsg+~6.1.9-11
Installed-Size: 2946
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-eslint (= 6.4.0~dfsg+~6.1.9-11), node-eslint-config-eslint (= 5.0.1~6.4.0~dfsg+~6.1.9-11), node-types-eslint (= 6.1.9~6.4.0~dfsg+~6.1.9-11)
Depends: node-ajv (>= 8), node-concat-stream, node-debug, node-doctrine, node-eslint-visitor-keys, node-eslint-scope, node-espree (>= 7.3.0), node-esquery, node-estraverse, node-eslint-utils, node-esutils, node-file-entry-cache, node-functional-red-black-tree, node-glob-parent, node-globals, node-import-fresh, node-imurmurhash, node-ignore (>= 5.2.0), node-is-glob, node-json-stable-stringify, node-levn, node-lodash, node-memfs, node-mkdirp, node-optionator, node-progress, node-regenerate-unicode-properties (>= 10), node-regexpp, node-semver, node-strip-json-comments, node-types-estree, node-types-json-schema, node-v8-compile-cache, nodejs:any (>= 12.22.0)
Recommends: node-chalk, node-js-yaml, node-strip-ansi, node-text-table
Suggests: node-babel-eslint, node-esprima, node-esprima-fb, node-inquirer
Breaks: node-mysticatea-eslint-plugin (<< 12)
Size: 606044
SHA256: e41abc833e0828cf7b14637a73eab0f5e9388419b4039ba5a6f5ed71720be3fe
SHA1: 4d178e7b153c9661b72c31b46c43602e5890b3ce
MD5sum: 4a0be1b7abce5d42e8c56bfbce571ccc
Description: 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.
Description-md5:
Homepage: https://eslint.org/
Section: javascript
Priority: optional
Filename: pool/main/e/eslint/eslint_6.4.0~dfsg+~6.1.9-11_all.deb