From 9e1af37458d7ae4ea4a7c863d272f652dede3085 Mon Sep 17 00:00:00 2001 From: Laurent Caouissin Date: Tue, 12 Dec 2023 11:55:47 +0100 Subject: [PATCH] build: init migration to vite - update react to 18 - migrate to vite --- .eslintrc.yaml | 1 + public/index.html => index.html | 9 +- package.json | 12 +- src/{index.js => index.jsx} | 15 +- src/router.jsx | 19 +- yarn.lock | 581 +++++++++++++++++++++++++++++++- 6 files changed, 595 insertions(+), 42 deletions(-) rename public/index.html => index.html (85%) rename src/{index.js => index.jsx} (76%) diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 414479ad3..d260d3a54 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -35,6 +35,7 @@ rules: react/prefer-stateless-function: 0 react/no-children-prop: 0 react/forbid-prop-types: 0 + react/react-in-jsx-scope: 0 react/no-unescaped-entities: 0 prettier/prettier: [ diff --git a/public/index.html b/index.html similarity index 85% rename from public/index.html rename to index.html index 444321e22..4f801da8e 100644 --- a/public/index.html +++ b/index.html @@ -2,19 +2,19 @@ - + - + - + - + Pogues
+