mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-19 01:21:30 +03:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
|
module.exports = {
|
||
|
rules: {
|
||
|
"effect-components": require("./src/rules/effect-components"),
|
||
|
},
|
||
|
};
|