Missing some linting

This commit was merged in pull request #4.
This commit is contained in:
2023-08-31 19:50:42 +02:00
parent 7be98e1793
commit f7009a0732
4 changed files with 260 additions and 260 deletions

View File

@@ -1,8 +1,8 @@
module.exports = {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
plugins: {
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {}
}
};