design tweaks
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: [
|
||||
'eslint:recommended',
|
||||
'prettier',
|
||||
'plugin:prettier/recommended',
|
||||
'plugin:astro/recommended',
|
||||
],
|
||||
plugins: ['prettier'],
|
||||
overrides: [],
|
||||
};
|
||||
Reference in New Issue
Block a user