mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 13:53:47 +03:00
11 lines
111 B
JSON
11 lines
111 B
JSON
|
{
|
||
|
"rules": {
|
||
|
"import/no-cycle": [
|
||
|
"error",
|
||
|
{
|
||
|
"ignoreTypes": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|