feat: add linting

This commit is contained in:
Devin Lumley 2024-01-28 16:20:10 -08:00
parent 613ada0063
commit ad0525dd29
8 changed files with 569 additions and 67 deletions

View file

@ -1,6 +1,4 @@
module.exports = {
top: [
],
bottom: [
]
top: [],
bottom: [],
};