diff --git a/framework/core/js/.prettierrc.json b/framework/core/js/.prettierrc.json new file mode 100644 index 000000000..944d65352 --- /dev/null +++ b/framework/core/js/.prettierrc.json @@ -0,0 +1,6 @@ +{ + "printWidth": 150, + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "es5" +}