diff --git a/.eslintrc.json b/.eslintrc.json index 2f8c78626..cdee10ac3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,7 +19,12 @@ } ], "import/extensions": ["error", "ignorePackages"], - "import/no-duplicates": ["error", { "prefer-inline": true }], + "import/no-duplicates": [ + "error", + { + "prefer-inline": true + } + ], "simple-import-sort/imports": [ "error", { diff --git a/src/lib/seam/components/SupportedDeviceTable/FilterCategoryMenu.tsx b/src/lib/seam/components/SupportedDeviceTable/FilterCategoryMenu.tsx index fd717c304..38edab38d 100644 --- a/src/lib/seam/components/SupportedDeviceTable/FilterCategoryMenu.tsx +++ b/src/lib/seam/components/SupportedDeviceTable/FilterCategoryMenu.tsx @@ -46,7 +46,7 @@ export function FilterCategoryMenu({

{label}

( - diff --git a/src/lib/seam/components/SupportedDeviceTable/ShowAllDevicesButton.tsx b/src/lib/seam/components/SupportedDeviceTable/ShowAllDevicesButton.tsx index 35d7939db..f649bc670 100644 --- a/src/lib/seam/components/SupportedDeviceTable/ShowAllDevicesButton.tsx +++ b/src/lib/seam/components/SupportedDeviceTable/ShowAllDevicesButton.tsx @@ -20,7 +20,7 @@ export function ShowAllDevicesButton({ const label = expanded ? t.showLess : t.showAll(totalDeviceCount) return ( - ) diff --git a/src/lib/ui/Alert/Alert.tsx b/src/lib/ui/Alert/Alert.tsx index 16dd22b19..710e670e7 100644 --- a/src/lib/ui/Alert/Alert.tsx +++ b/src/lib/ui/Alert/Alert.tsx @@ -49,7 +49,7 @@ function Action(props: ActionProps): JSX.Element | null { return (
-
diff --git a/src/lib/ui/IconButton.tsx b/src/lib/ui/IconButton.tsx index cf2c71092..fc138a634 100644 --- a/src/lib/ui/IconButton.tsx +++ b/src/lib/ui/IconButton.tsx @@ -15,6 +15,7 @@ export function IconButton({ return ( - diff --git a/src/lib/ui/thermostat/ThermostatCard.tsx b/src/lib/ui/thermostat/ThermostatCard.tsx index a13dbdd28..ec41ebfa1 100644 --- a/src/lib/ui/thermostat/ThermostatCard.tsx +++ b/src/lib/ui/thermostat/ThermostatCard.tsx @@ -65,6 +65,7 @@ function Content(props: ThermostatCardProps): JSX.Element | null { onEdit={props.onEditName} />