diff --git a/eslint.config.js b/eslint.config.js index 4c61721d..6299dbc5 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -124,7 +124,7 @@ module.exports = defineConfig([ semi: true, tabWidth: 2, singleQuote: true, - jsxSingleQuote: false, + jsxSingleQuote: true, bracketSpacing: true, tsxSingleQuote: true, tsSingleQuote: true, diff --git a/src/AppCockpit.tsx b/src/AppCockpit.tsx index c56b18fb..4c825be2 100644 --- a/src/AppCockpit.tsx +++ b/src/AppCockpit.tsx @@ -41,7 +41,7 @@ const Application = () => { }; const ImageBuilder = () => ( - + diff --git a/src/Components/Blueprints/BlueprintActionsMenu.tsx b/src/Components/Blueprints/BlueprintActionsMenu.tsx index dec3ff84..cee7447e 100644 --- a/src/Components/Blueprints/BlueprintActionsMenu.tsx +++ b/src/Components/Blueprints/BlueprintActionsMenu.tsx @@ -58,10 +58,10 @@ export const BlueprintActionsMenu: React.FunctionComponent< ref={toggleRef} isExpanded={showBlueprintActionsMenu} onClick={() => setShowBlueprintActionsMenu(!showBlueprintActionsMenu)} - variant="plain" - aria-label="blueprint menu toggle" + variant='plain' + aria-label='blueprint menu toggle' > -