Statically analyzes JavaScript and TypeScript to find problems
ESLint statically analyzes JavaScript and TypeScript code to find problems and fix them. Rules are configurable, and plugins can add rules, processors, and formatters for project-specific conventions.
ESLint statically analyzes JavaScript and TypeScript code to find problems and fix them. Rules are configurable, and plugins can add rules, processors, and formatters for project-specific conventions.
To install eslint, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install eslint
To see what files were installed by eslint, run:
port contents eslint
To later upgrade eslint, run:
sudo port selfupdate && sudo port upgrade eslint
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.