mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-04 02:20:19 +01:00
Enable ESLint no-require-imports rule
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import postcss from '@tailwindcss/postcss';
|
||||
import autoprefixer from 'autoprefixer';
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('@tailwindcss/postcss'),
|
||||
require('autoprefixer'),
|
||||
postcss,
|
||||
autoprefixer,
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user