Update prettier and eslint
parent
257c86601f
commit
74f4df9b5a
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
'plugin:astro/recommended',
|
||||
'prettier',
|
||||
'eslint:recommended',
|
||||
'plugin:tailwindcss/recommended',
|
||||
],
|
||||
parserOptions: {
|
||||
ecmaVersion: 'latest',
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
module.exports = {
|
||||
plugins: [require.resolve('prettier-plugin-astro')],
|
||||
plugins: [
|
||||
require.resolve('prettier-plugin-astro'),
|
||||
require.resolve('prettier-plugin-tailwindcss'),
|
||||
],
|
||||
overrides: [
|
||||
{
|
||||
files: '*.astro',
|
||||
|
|
Reference in New Issue