mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-22 10:08:42 -06:00
8 lines
215 B
JavaScript
8 lines
215 B
JavaScript
module.exports = {
|
|
extends: ["turbo", "prettier", "plugin:react-hooks/recommended"],
|
|
plugins: ["@vitest"],
|
|
rules: {
|
|
"@vitest/consistent-test-it": ["error", { fn: "test", withinDescribe: "test" }],
|
|
},
|
|
};
|