mirror of
https://github.com/aljazceru/nostr-how.git
synced 2025-12-17 06:14:25 +01:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
plugins: [require('prettier-plugin-tailwindcss')],
|
|
}
|