sample-svelte-app Svelte Themes

Sample Svelte App

sample app using svelte

Sample app using Svelte

Demo contains:

  • Configuration for ESLint and Prettier
  • Configuration for husky
  • Configuration for Commit Lint

Installation

yarn install

To test commit lint

echo "this would fail" | yarn commitlint
echo "docs: husky config" | yarn commitlint

To test ESlint using Hooks

yarn pre-commit

To test Prettier

yarn format

Top categories

Loading Svelte Themes