How to Install node-babel-eslint in Ubuntu 18.04



Install node-babel-eslint by entering the following commands in the terminal:

sudo apt update
sudo apt install node-babel-eslint

Description:

Custom parser for ESLint

babel-eslint allows you to lint ALL valid Babel code with the fantastic ESLint. . You only need to use babel-eslint if you are using types (Flow) or experimental features not supported in ESLint itself yet. Otherwise try the default parser (you don't have to use it just because you are using Babel). . Node.js is an event-based server-side JavaScript engine.

Homepage: https://github.com/babel/babel-eslint

Version: 7.2.3-2

Section: universe/javascript