mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-23 22:18:53 -05:00
f1688502a2
* upgrade packages * upgrade packages in demo & formbricks-com * update web packages
12 lines
244 B
JavaScript
12 lines
244 B
JavaScript
module.exports = {
|
|
bracketSpacing: true,
|
|
bracketSameLine: true,
|
|
singleQuote: false,
|
|
jsxSingleQuote: false,
|
|
trailingComma: "es5",
|
|
semi: true,
|
|
printWidth: 110,
|
|
arrowParens: "always",
|
|
plugins: ["prettier-plugin-tailwindcss"],
|
|
};
|