This website requires JavaScript.
Explore
Help
Register
Sign In
public-offering
/
cal.pub0.org
Watch
1
Star
0
Fork
You've already forked cal.pub0.org
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6f204ca521
cal.pub0.org
/
postcss.config.js
7 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add booking flow
2021-03-22 13:48:48 +00:00
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
add linting in CI + fix lint errors (#473) * run `yarn lint --fix` * Revert "Revert "add linting to ci"" This reverts commit 0bbbbee4bea820343063cc407e13ac31b7f40ef7. * Fixed some errors * remove unused code - not sure why this was here? * assert env var * more type fixes * fix typings og gcal callback - needs testing * rename `md5.ts` to `md5.js` it is js. * fix types * fix types * fix lint errors * fix last lint error Co-authored-by: Alex van Andel <me@alexvanandel.com>
2021-08-19 12:27:01 +00:00
}
;