mirror of
https://github.com/strapi/strapi.git
synced 2025-08-29 11:15:55 +00:00
13 lines
210 B
JavaScript
13 lines
210 B
JavaScript
![]() |
module.exports = {
|
||
|
root: true,
|
||
|
extends: ['custom/back/typescript'],
|
||
|
overrides: [
|
||
|
{
|
||
|
files: ['**/*.test.ts'],
|
||
|
rules: {
|
||
|
'import/no-relative-packages': 'warn',
|
||
|
},
|
||
|
},
|
||
|
],
|
||
|
};
|