Temp eslint to v8.56.0, peer incompatibility in @typescript-eslint/eslint-plugin

This commit is contained in:
prototypa
2024-04-11 06:51:14 -04:00
parent 84d4f46aa8
commit 4bd72c9f8e
4 changed files with 1198 additions and 3406 deletions

View File

@@ -1,4 +1,5 @@
const defaultTheme = require('tailwindcss/defaultTheme');
import defaultTheme from 'tailwindcss/defaultTheme';
import typographyPlugin from '@tailwindcss/typography';
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
@@ -18,6 +19,6 @@ module.exports = {
},
},
},
plugins: [require('@tailwindcss/typography')],
plugins: [typographyPlugin],
darkMode: 'class',
};