mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 21:08:54 +00:00
11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
{
|
|
"root": true,
|
|
"extends": ["custom/back/typescript"],
|
|
"parserOptions": {
|
|
"project": ["./server/tsconfig.eslint.json"]
|
|
},
|
|
"rules": {
|
|
"import/no-cycle": "warn"
|
|
}
|
|
}
|