mirror of
https://github.com/strapi/strapi.git
synced 2025-07-06 08:31:30 +00:00
18 lines
289 B
Plaintext
18 lines
289 B
Plaintext
{
|
|
"root": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["admin/**/*"],
|
|
"extends": ["custom/front"],
|
|
"rules": {
|
|
"import/extensions": "off"
|
|
}
|
|
},
|
|
{
|
|
"files": ["**/*"],
|
|
"excludedFiles": ["admin/**/*"],
|
|
"extends": ["custom/back"]
|
|
}
|
|
]
|
|
}
|