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}