ESLint Formatter featuring Git Author, Date, and Hash
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install eslint-formatter-git-log --save
- chalk: Terminal string styling done right
- @types/eslint: TypeScript definitions for eslint
- @types/node: TypeScript definitions for Node.js
- @typescript-eslint/eslint-plugin: TypeScript plugin for ESLint
- @typescript-eslint/parser: An ESLint custom parser which leverages TypeScript ESTree
- eslint: An AST-based pattern checker for JavaScript.
- prettier: Prettier is an opinionated code formatter
- typescript: TypeScript is a language for application scale JavaScript development
MIT