mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-30 23:23:47 +03:00
8 lines
148 B
JavaScript
8 lines
148 B
JavaScript
|
module.exports = {
|
||
|
extends: ['../../.eslintrc.js'],
|
||
|
rules: {
|
||
|
'no-console': 'off',
|
||
|
'prefer-arrow/prefer-arrow-functions': 'off',
|
||
|
},
|
||
|
};
|