From 8f1100a4aac25af80f00111314f2f462316f9881 Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Sun, 29 Sep 2024 17:00:48 +0100 Subject: [PATCH 1/2] Add eslint-plugin-qwik --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3874de1..400d1ca 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ Inspired by the _awesome-*_ trend on GitHub. - [create-vite/template-qwik](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-qwik) - Vite's pure JavaScript or TypeScript starter for Qwik. Run: `npx create-vite some-dir --template qwik` or `npx create-vite some-dir --template qwik-ts`. - [qwik-starter-empty-app-javascript](https://github.com/milahu/qwik-starter-empty-app-javascript) - Qwik starter based on the create-qwik "empty app" starter. +## Tools + +- [eslint-plugin-qwik](https://npm.im/eslint-plugin-qwik) - ESLint [rules](https://qwik.dev/docs/advanced/eslint) for Qwik. + ## Videos - [Video Jun 15, 2022](https://www.youtube.com/watch?v=0dC11DMR3fU&t=154s) - WWC22 - Qwik + Partytown: How to remove 99% of JavaScript from main thread. From d5fc145337967a706e4732759590076ca362acec Mon Sep 17 00:00:00 2001 From: Daniel Bayley Date: Sun, 29 Sep 2024 17:08:37 +0100 Subject: [PATCH 2/2] Add Qwik Build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 400d1ca..ee46785 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Inspired by the _awesome-*_ trend on GitHub. ## Tools - [eslint-plugin-qwik](https://npm.im/eslint-plugin-qwik) - ESLint [rules](https://qwik.dev/docs/advanced/eslint) for Qwik. +- [Qwik Build](https://github.com/danielbayley/qwik-build#readme) - GitHub [Action](https://github.com/marketplace/actions/qwik-build) to build your Qwik City static site for GitHub [Pages](https://pages.github.com). ## Videos