mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
Set up Prettier on md, html, json, and yaml
This commit is contained in:
parent
2741421401
commit
ab8d819193
21 changed files with 329 additions and 114 deletions
27
.prettierignore
Normal file
27
.prettierignore
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
coverage/
|
||||
public/
|
||||
test/fixtures/.thelounge/logs/
|
||||
test/fixtures/.thelounge/storage/
|
||||
|
||||
*.log
|
||||
*.png
|
||||
*.svg
|
||||
*.ico
|
||||
*.wav
|
||||
*.tpl
|
||||
*.sh
|
||||
*.opts
|
||||
*.txt
|
||||
yarn.lock
|
||||
.gitignore
|
||||
.npmrc
|
||||
.npmignore
|
||||
.prettierignore
|
||||
.thelounge_home
|
||||
.editorconfig
|
||||
.eslintignore
|
||||
.gitattributes
|
||||
|
||||
*.css
|
||||
*.js
|
||||
*.vue
|
||||
Loading…
Add table
Add a link
Reference in a new issue