summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/.prettierrc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/mgr/dashboard/frontend/.prettierrc')
-rw-r--r--src/pybind/mgr/dashboard/frontend/.prettierrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/frontend/.prettierrc b/src/pybind/mgr/dashboard/frontend/.prettierrc
new file mode 100644
index 000000000..e2c84e58f
--- /dev/null
+++ b/src/pybind/mgr/dashboard/frontend/.prettierrc
@@ -0,0 +1,6 @@
+{
+ "arrowParens": "always",
+ "printWidth": 100,
+ "singleQuote": true,
+ "trailingComma": "none"
+}