Fix linting issues
This commit is contained in:
parent
7366131817
commit
a5939ffb50
21 changed files with 117 additions and 118 deletions
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: "./tailwind.config.js",
|
||||
"postcss-nested": {},
|
||||
tailwindcss: './tailwind.config.js',
|
||||
'postcss-nested': {},
|
||||
autoprefixer: {}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue