This website requires JavaScript.
Explore
Help
Sign In
StanGirard
/
quivr
Watch
1
Star
1
Fork
0
You've already forked quivr
mirror of
https://github.com/StanGirard/quivr.git
synced
2024-12-01 05:35:09 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
efe4e8ccb0
quivr
/
frontend
/
postcss.config.js
7 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(api): new api init
2023-05-18 02:22:13 +03:00
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
Devx/add linter rules (#331) * remove duplicate import * 🚧 add new linter configuration * 🧑💻 add and run prettier * 🐛 add babel parser for linter * 🧑💻 add lint-fix command * 🚨 use lint-fix * 🚨 remove 'FC' as a type. Use const and JSX.Element * 🚨 enforce arrow function rule from linter * 🔥 delete unused file * 🚨 adding /* eslint-disable */ in failing files * 💩 add ts-expect-error to Victory components
2023-06-15 12:52:46 +03:00
}
;
Reference in New Issue
Copy Permalink