diff --git a/webv2/postcss.config.js b/webv2/postcss.config.js index 12a703d90..aa8a4238f 100644 --- a/webv2/postcss.config.js +++ b/webv2/postcss.config.js @@ -1,3 +1,5 @@ +/* eslint-disable no-undef */ + module.exports = { plugins: { tailwindcss: {}, diff --git a/webv2/tailwind.config.js b/webv2/tailwind.config.js index 9fb7e8915..323779a2f 100644 --- a/webv2/tailwind.config.js +++ b/webv2/tailwind.config.js @@ -1,3 +1,5 @@ +/* eslint-disable no-undef */ + /** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.{js,ts,jsx,tsx,mdx}'],