UPD: Linting

This commit is contained in:
Robert Kossessa
2024-03-02 18:25:31 +01:00
parent ff891dfab9
commit eb30062891
33 changed files with 219 additions and 162 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
autoprefixer: {}
}
}