mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-13 17:25:41 +00:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
|
module.exports = {
|
||
|
singleQuote: true,
|
||
|
semi: false,
|
||
|
plugins: [require('prettier-plugin-tailwindcss')],
|
||
|
}
|