This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7c8b914ccf0 Remove duplicate entry in boostrapper package.json (#55666)
7c8b914ccf0 is described below

commit 7c8b914ccf08dd75625be876cf2491216ee5fc83
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Mon Sep 15 08:52:01 2025 -0600

    Remove duplicate entry in boostrapper package.json (#55666)
---
 dev/react-plugin-tools/react_plugin_template/package.json           | 1 -
 dev/react-plugin-tools/react_plugin_template/src/pages/HomePage.tsx | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev/react-plugin-tools/react_plugin_template/package.json 
b/dev/react-plugin-tools/react_plugin_template/package.json
index f3be72421f0..3a65d157d86 100644
--- a/dev/react-plugin-tools/react_plugin_template/package.json
+++ b/dev/react-plugin-tools/react_plugin_template/package.json
@@ -55,7 +55,6 @@
     "eslint-plugin-prettier": "^5.2.6",
     "eslint-plugin-react": "^7.37.5",
     "eslint-plugin-react-hooks": "^5.2.0",
-    "eslint-plugin-perfectionist": "^4.12.3",
     "eslint-plugin-react-refresh": "^0.4.20",
     "eslint-plugin-unicorn": "^55.0.0",
     "globals": "^15.15.0",
diff --git 
a/dev/react-plugin-tools/react_plugin_template/src/pages/HomePage.tsx 
b/dev/react-plugin-tools/react_plugin_template/src/pages/HomePage.tsx
index b6f4c76d16b..7fa7b038d7f 100644
--- a/dev/react-plugin-tools/react_plugin_template/src/pages/HomePage.tsx
+++ b/dev/react-plugin-tools/react_plugin_template/src/pages/HomePage.tsx
@@ -22,7 +22,7 @@ import { Box, Button, Heading, Text, VStack } from 
"@chakra-ui/react";
 import { useColorMode } from "src/context/colorMode";
 
 export const HomePage = () => {
-  const { setColorMode, colorMode } = useColorMode();
+  const { colorMode, setColorMode } = useColorMode();
 
   return (
     <Box p={8} bg="bg.subtle" flexGrow={1} height="100%">

Reply via email to