How to Install and Uninstall eslint Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "eslint" package

This guide covers the steps necessary to install eslint on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install eslint

2. Uninstall "eslint" package

This is a short guide on how to uninstall eslint on Ubuntu 21.10 (Impish Indri):

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

3. Information about the eslint package on Ubuntu 21.10 (Impish Indri)

Package: eslint
Architecture: all
Version: 5.16.0~dfsg+~4.16.8-5
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2703
Provides: node-eslint (= 5.16.0~dfsg+~4.16.8-5), node-eslint-config-eslint (= 5.0.1~5.16.0~dfsg+~4.16.8-5), node-types-eslint (= 4.16.8~5.16.0~dfsg+~4.16.8-5)
Depends: node-ajv, node-concat-stream, node-debug, node-doctrine, node-eslint-visitor-keys, node-eslint-scope, node-espree, node-esquery, node-estraverse, node-eslint-utils, node-esutils, node-file-entry-cache, node-functional-red-black-tree, node-glob, node-globals, nodejs, node-import-fresh, node-imurmurhash, node-ignore, node-json-stable-stringify, node-levn, node-lodash, node-mkdirp, node-optionator, node-path-is-inside, node-progress, node-regenerate-unicode-properties, node-regexpp, node-semver, node-strip-json-comments, node-types-estree, node-types-json-schema
Recommends: node-chalk, node-inquirer, node-js-yaml, node-strip-ansi, node-text-table
Suggests: node-babel-code-frame (>= 7), node-babel-eslint, node-table, node-esprima, node-esprima-fb
Filename: pool/universe/e/eslint/eslint_5.16.0~dfsg+~4.16.8-5_all.deb
Size: 331912
MD5sum: f0c66c15c7808729a936f6c3549f1757
SHA1: b36485a6b0d183a78dfb9b1b523867818db4fb53
SHA256: 6abde9c0fb435b2971c0c302ed8048103b3889b9fdf8a886b8a999ec9f758605
SHA512: 9c3f78e23667a1a55c85773dbf6ed5c984eee29a3e6c21fa9563ecc3706b10120161201ac0e3dd47fc108ddc3b040a01546ab8b6eef863abedd21ff0a868f9e8
Homepage: https://eslint.org/
Description-en: 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.
* Output format "code-frame" requires node-babel-code-frame.
* Output format "table" requires node-table and node-pluralize.
Description-md5: 928c8c190390dc6a792abd383a8b5885