diff options
Diffstat (limited to 'src/main/webui/.prettierrc')
| -rw-r--r-- | src/main/webui/.prettierrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/webui/.prettierrc b/src/main/webui/.prettierrc new file mode 100644 index 0000000..fcb9248 --- /dev/null +++ b/src/main/webui/.prettierrc @@ -0,0 +1,9 @@ +{ + "tabWidth": 2, + "trailingComma": "all", + "semi": true, + "singleQuote": false, + "importOrder": ["<THIRD_PARTY_MODULES>", "^[./]"], + "importOrderSeparation": true, + "plugins": ["@trivago/prettier-plugin-sort-imports"] +} |
