mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 09:00:18 -06:00
Co-authored-by: tykerr <tykerr@gmail.com> Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com> Co-authored-by: Dhruwang Jariwala <67850763+Dhruwang@users.noreply.github.com> Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
12 lines
266 B
JavaScript
12 lines
266 B
JavaScript
module.exports = {
|
|
extends: ["@formbricks/eslint-config/react.js"],
|
|
parserOptions: {
|
|
project: "tsconfig.json",
|
|
tsconfigRootDir: __dirname,
|
|
},
|
|
rules: {
|
|
"@typescript-eslint/no-explicit-any": "off",
|
|
"import/no-relative-packages": "off",
|
|
},
|
|
};
|