This website requires JavaScript.
Explore
Help
Register
Sign In
saulteafarmer
/
castopod
Watch
1
Star
0
Fork
0
You've already forked castopod
mirror of
https://code.castopod.org/adaures/castopod
synced
2025-04-19 13:01:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
castopod
/
.prettierrc.json
12 lines
143 B
JSON
Raw
Normal View
History
Unescape
Escape
feat(episodes): add create form and view pages for episode - add james-heinrich/getid3 library as a dependency to composer.json - update DEPENDENCIES.md file - fix episodes table migration script - add js devDependencies: prettier, @prettier/plugin-php and lint-staged to automatically format staged files before commit - reformat all files to the prettier format - refactor code by separating some logic as helper functions - overwrite existing files when uploading new files with the same name fixes #1
2020-06-10 15:00:12 +00:00
{
"trailingComma"
:
"es5"
,
"overrides"
:
[
docs: add gitlab issue templates, code of conduct and contributing files - update prettier config for markdown file for better readability - fix some formatting issues
2020-10-12 14:47:21 +00:00
{
"files"
:
"*.md"
,
"options"
:
{
"proseWrap"
:
"always"
}
feat(episodes): add create form and view pages for episode - add james-heinrich/getid3 library as a dependency to composer.json - update DEPENDENCIES.md file - fix episodes table migration script - add js devDependencies: prettier, @prettier/plugin-php and lint-staged to automatically format staged files before commit - reformat all files to the prettier format - refactor code by separating some logic as helper functions - overwrite existing files when uploading new files with the same name fixes #1
2020-06-10 15:00:12 +00:00
}
]
}
Reference in New Issue
Copy Permalink