An advanced web-based tool for checking JavaScript code using ESLint.
- Clone the repository.
- Run
npm installto install the dependencies. - Run
npm startto start the server. - Open
http://localhost:3000in your web browser. - Write or paste your JavaScript code in the textarea.
- Click the "Check Code" button to see linting results.
- Comprehensive syntax and style checking using ESLint.
- Detailed error messages including line numbers and descriptions.
This project is open source and available under the MIT License.