diff --git a/.gitignore b/.gitignore index a01233a..1430d95 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,6 @@ packages/react-devtools-timeline/dist# See https://help.github.com/articles/igno npm-debug.log* yarn-debug.log* yarn-error.log* + +.prettierrc +.editorconfig \ No newline at end of file diff --git a/package.json b/package.json index 33c3b9f..9bccbfb 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "web-vitals": "^2.1.4" }, "devDependencies": { + "@babel/plugin-proposal-private-property-in-object": "7.21.11" }, "scripts": { "nc": "node scripts/new-component.mjs", diff --git a/public/index.html b/public/index.html index 427f402..e39d4a1 100644 --- a/public/index.html +++ b/public/index.html @@ -28,6 +28,6 @@
- +