mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 00:45:32 +02:00
* Update bun.lock * Bump eslint * Bye ESLint 9 * Update gitignore * Fix typos * Fix * Update CI * My bad folks * Fix ESLint warning, pin ESLint, update lockfile * Update license * Delete LICENSE.txt --------- Co-authored-by: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com>
7 lines
No EOL
93 B
JavaScript
7 lines
No EOL
93 B
JavaScript
const config = {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
},
|
|
};
|
|
|
|
export default config; |