design tweaks

This commit is contained in:
2024-03-01 23:11:17 -05:00
parent 4cdc973448
commit 605af08295
27 changed files with 88 additions and 73 deletions
+11
View File
@@ -0,0 +1,11 @@
module.exports = {
root: true,
extends: [
'eslint:recommended',
'prettier',
'plugin:prettier/recommended',
'plugin:astro/recommended',
],
plugins: ['prettier'],
overrides: [],
};