diff --git a/craco.config.js b/craco.config.cjs similarity index 100% rename from craco.config.js rename to craco.config.cjs diff --git a/eslint.config.js b/eslint.config.cjs similarity index 98% rename from eslint.config.js rename to eslint.config.cjs index a935db9c6c..10f260eaf4 100644 --- a/eslint.config.js +++ b/eslint.config.cjs @@ -11,7 +11,7 @@ const compat = new FlatCompat({ }); module.exports = tseslint.config( - { ignores: ['eslint.config.js'] }, + { ignores: ['eslint.config.cjs'] }, // eslint.configs.recommended, ...tseslint.configs.recommended, // TODO: Enable when ready diff --git a/public/index.html b/index.html similarity index 67% rename from public/index.html rename to index.html index bf37250c90..7d6bf8f23f 100644 --- a/public/index.html +++ b/index.html @@ -6,26 +6,17 @@ - + - - - + + + - Source Academy @@ -35,6 +26,7 @@ You need to enable JavaScript to run this app.
+