mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 17:40:18 +00:00

Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
{
|
|
"root": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["**/*"],
|
|
"excludedFiles": ["admin/**/*", "ee/admin/**/*", "server/**/*"],
|
|
"extends": ["custom/back"]
|
|
}
|
|
]
|
|
}
|