Good-lookin' ESLint formatter
🎊 Obviously it's more human-readable 🎉🎉🎉
- 🎯 Line number
- 🌈 Code highlight
- ⚓️ Position pointer
- 🦄 Error/Warning detail
- 🍻 Auto-fixable is also marked
- 📄 File-level summary
- 📋 Total summary
yarn add eslint-formatter-mo --dev
or
npm i eslint-formatter-mo -D
Simply append -f mo
to your eslint command
eslint [patterns] -f mo
-f is short for --format
See ESLint Formatters for detail
MIT