mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-26 21:53:48 +03:00
7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
|
module.exports = {
|
||
|
extends: ['./.eslintrc.cjs'],
|
||
|
rules: {
|
||
|
'no-console': 'error',
|
||
|
},
|
||
|
};
|