mirror of
https://github.com/strapi/strapi.git
synced 2025-09-08 16:16:21 +00:00
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
{
|
|
"root": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["admin/**/*"],
|
|
"extends": ["custom/front"]
|
|
},
|
|
{
|
|
"files": ["**/*"],
|
|
"excludedFiles": ["admin/**/*"],
|
|
"extends": ["custom/back"]
|
|
}
|
|
]
|
|
}
|