mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-24 16:51:26 +02:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
plugins: [require('prettier-plugin-tailwindcss')],
|
|
}
|