Fix ESLint warning, pin ESLint, update lockfile

This commit is contained in:
blu3berryys 2025-04-30 13:31:37 +03:00
parent 6c49225efe
commit 44dcb13887
3 changed files with 92 additions and 106 deletions

View file

@ -1,5 +1,7 @@
export default {
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;