Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.93 KB

DEPENDENCIES.md

File metadata and controls

49 lines (37 loc) · 1.93 KB

eslint-plugin-move-files

Move and rename files while keeping imports up to date

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-move-files --save

Tests

npm install
npm test

Dependencies

  • fs-extra: fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
  • glob: a little globber

Dev Dependencies

  • @types/eslint: TypeScript definitions for eslint
  • @types/fs-extra: TypeScript definitions for fs-extra
  • @types/glob: TypeScript definitions for Glob
  • @types/jest: TypeScript definitions for Jest
  • @types/mock-fs: TypeScript definitions for mock-fs
  • @types/node: TypeScript definitions for Node.js
  • eslint: An AST-based pattern checker for JavaScript.
  • jest: Delightful JavaScript Testing.
  • mock-fs: A configurable mock file system. You know, for testing.
  • prettier: Prettier is an opinionated code formatter
  • rimraf: A deep deletion module for node (like rm -rf)
  • ts-jest: A preprocessor with source maps support to help use TypeScript with Jest
  • tslint: An extensible static analysis linter for the TypeScript language
  • typescript: TypeScript is a language for application scale JavaScript development

License

MIT