Enable ESLint no-require-imports rule

This commit is contained in:
James Brunton
2025-09-03 09:15:10 +01:00
parent 65e331ae26
commit e1e57f2cfd
5 changed files with 27 additions and 26 deletions

View File

@@ -1,6 +1,9 @@
import postcss from '@tailwindcss/postcss';
import autoprefixer from 'autoprefixer';
module.exports = {
plugins: [
require('@tailwindcss/postcss'),
require('autoprefixer'),
postcss,
autoprefixer,
],
};