Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 801 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 801 Bytes

qr-plugins

Usage

The starter contains the following scripts:

  • dev - starts dev server
  • build - generates the following bundles: ESM (.js) and IIFE (.iife.js). The name of bundle is automatically taken from package.json name property
  • test - starts vitest and runs all tests
  • test:coverage - starts vitest and run all tests with code coverage report
  • lint:scripts - lint .ts files with eslint
  • lint:styles - lint .css and .scss files with stylelint
  • format:scripts - format .ts, .html and .json files with prettier
  • format:styles - format .cs and .scss files with stylelint
  • format - format all with prettier and stylelint
  • prepare - script for setting up husky pre-commit hook
  • uninstall-husky - script for removing husky from repository