mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
20 lines
297 B
Plaintext
20 lines
297 B
Plaintext
{
|
|
"extends": "wagtail",
|
|
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
|
|
"settings": {
|
|
"import/resolver": {
|
|
"webpack": {
|
|
"config": "client/webpack/prod.config.js"
|
|
}
|
|
}
|
|
},
|
|
|
|
"rules": {
|
|
"no-underscore-dangle": ["error", { "allow": ["__REDUX_DEVTOOLS_EXTENSION__"] }]
|
|
}
|
|
}
|