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