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/.prettierrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/frontend/.prettierrc b/src/pybind/mgr/dashboard/frontend/.prettierrc
new file mode 100644
index 00000000..7d65e364
--- /dev/null
+++ b/src/pybind/mgr/dashboard/frontend/.prettierrc
@@ -0,0 +1,5 @@
+{
+ "arrowParens": "always",
+ "printWidth": 100,
+ "singleQuote": true
+}