Browse Source
Synced from dgibbs64/repo-sync@c0827cced31890005c2af5b9e7832f8d758ab7df — feat(prettier): add support for additional Prettier plugins * Updated the installation command to include `prettier-plugin-ejs`. * Modified the `prettier_plugins` input to reflect the new plugin addition.repo-sync/main
5 changed files with 12 additions and 7 deletions
@ -0,0 +1,9 @@ |
|||||
|
--- |
||||
|
extends: default |
||||
|
|
||||
|
rules: |
||||
|
line-length: disable |
||||
|
comments: disable |
||||
|
|
||||
|
ignore: | |
||||
|
.github |
||||
Loading…
Reference in new issue