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