mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 19:28:55 +01:00
16 lines
191 B
Plaintext
16 lines
191 B
Plaintext
{
|
|
"extends": "wagtail",
|
|
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
|
|
"settings": {
|
|
"import/resolver": {
|
|
"webpack": {
|
|
"config": "client/webpack/prod.config.js"
|
|
}
|
|
}
|
|
}
|
|
}
|