mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
19 lines
297 B
Text
19 lines
297 B
Text
{
|
|
"extends": "wagtail",
|
|
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
|
|
"settings": {
|
|
"import/resolver": {
|
|
"webpack": {
|
|
"config": "client/webpack/prod.config.js"
|
|
}
|
|
}
|
|
},
|
|
|
|
"rules": {
|
|
"no-underscore-dangle": ["error", { "allow": ["__REDUX_DEVTOOLS_EXTENSION__"] }]
|
|
}
|
|
}
|