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-23 01:01:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
castopod
/
commitlint.config.js
4 lines
89 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: enhance ui using javascript in admin area - bundle js using parcel - add markdown editor, html editor, dropdown and tooltip features using third-party packages - integrate optimized inline svg icons from RemixIcon using svgo and a php helper - add scripts in package.json to bundle icons, images, css and js - update tailwind config to add purgecss lookups and typography plugin - refactor views to add missing pages in user journey - update admin's holy grail layout using css grid
2020-07-27 09:35:34 +00:00
/* eslint-disable */
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
module
.
exports
=
{
extends
:
[
"@commitlint/config-conventional"
]
}
;
Reference in New Issue
Copy Permalink