mirror of
https://github.com/strapi/strapi.git
synced 2025-07-19 15:06:11 +00:00
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
{
|
|
"root": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["**"],
|
|
"excludedFiles": ["admin/**/*", "server/**/*"],
|
|
"extends": ["custom/back"]
|
|
}
|
|
]
|
|
}
|