mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 14:53:52 +03:00
c15e138d72
* Fix nx lint setup * Fixes * Fixes * Add missing metadata Fixes Fix Fixes * Fix
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',
|
|
},
|
|
};
|