Formats ESLint output as a sortable table
A custom ESLint formatter that sorts the table of errors in the output.
To use this package, install it via npm:
````
npm install eslint-formatter-sorttable
- Sorts the table of errors in the ESLint output alphabetically by file name.
- Improves readability and organization of the ESLint report.
Contributions are welcome! Please submit issues and pull requests to help improve this package.
This package is licensed under the MIT license.