diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-19 18:53:25 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-19 19:07:10 +0200 |
commit | 9071cbdc25e97153086ac48bd389b04c43e56458 (patch) | |
tree | 8b6685ad362f9906fbc7fafcea5d2157c4d8d998 /.prettierrc | |
parent | Merge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff) | |
download | server-9071cbdc25e97153086ac48bd389b04c43e56458.tar.xz |
Updates scripts and tests from dev/plugins
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.prettierrc b/.prettierrc index 0defea23..cf69bed0 100644 --- a/.prettierrc +++ b/.prettierrc @@ -2,5 +2,7 @@ "tabWidth": 4, "useTabs": true, "printWidth": 140, - "trailingComma": "none" -} \ No newline at end of file + "trailingComma": "none", + "pluginSearchDirs": ["./node_modules"], + "plugins": ["prettier-plugin-organize-imports"] +} |