chore(lint): Clean up and linting

This commit is contained in:
2023-07-06 01:35:13 +03:00
parent f642289650
commit add42bc2a3
7 changed files with 77 additions and 46 deletions

View File

@@ -1,10 +1,3 @@
module.exports = {
content: ["./src/**/*.html", "./src/**/*.js"],
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
export default {
content: ["./src/index.html"],
};