Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.48 KB

DEPENDENCIES.md

File metadata and controls

44 lines (32 loc) · 1.48 KB

eslint-plugin-prefer-arrow-functions

Convert functions to arrow functions

Installation

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-plugin-prefer-arrow-functions --save

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • @types/jest: TypeScript definitions for Jest
  • @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.
  • jest: Delightful JavaScript Testing.
  • prettier: Prettier is an opinionated code formatter
  • rimraf: A deep deletion module for node (like rm -rf)
  • ts-jest: A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
  • typescript: TypeScript is a language for application scale JavaScript development

License

MIT