diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 000000000000..5a4428a30af7
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,4 @@
+"rules": {
+ "indent": ["error", "tab"],
+ "prettier/prettier": [2, { "useTabs": false }]
+}
diff --git a/.prettierrc b/.prettierrc
index 65ac85caf6c1..45c7f3e581de 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,6 +1,8 @@
{
+ "endOfLine": "auto",
"printWidth": 100,
"semi": false,
"singleQuote": false,
- "endOfLine": "auto"
+ "tabWidth": 2,
+ "useTabs": false
}
diff --git a/src/dispatch/static/dispatch/src/search/Table.vue b/src/dispatch/static/dispatch/src/search/Table.vue
index ff1b8dd2311d..55a67e82e59f 100644
--- a/src/dispatch/static/dispatch/src/search/Table.vue
+++ b/src/dispatch/static/dispatch/src/search/Table.vue
@@ -44,16 +44,36 @@
>
- {{ item.individuals.length }}
+
+ {{ item.individuals.length }}
+
+
+ {{ item.individuals.length }}
+
- {{ item.teams.length }}
+
+ {{ item.teams.length }}
+
+
+ {{ item.teams.length }}
+
- {{ item.services.length }}
+
+ {{ item.services.length }}
+
+
+ {{ item.services.length }}
+
- {{ item.notifications.length }}
+
+ {{ item.notifications.length }}
+
+
+ {{ item.notifications.length }}
+