mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-08-17 11:13:28 +00:00
Merge pull request #500 from jwetzell/chore/add-eslint
add eslint and check format workflow back
This commit is contained in:
+6
-7
@@ -1,9 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['src/**/*.html'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
content: ['src/**/*.html'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user