Merge pull request #500 from jwetzell/chore/add-eslint

add eslint and check format workflow back
This commit is contained in:
2024-06-12 22:05:38 -05:00
committed by GitHub
+6 -7
View File
@@ -1,9 +1,8 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: ['src/**/*.html'], content: ['src/**/*.html'],
theme: { theme: {
extend: {}, extend: {},
}, },
plugins: [], plugins: [],
}; };