{
"files": ["src/pages/**/*"],
"rules": {
"consistent-default-export-name/default-export-match-filename": "off"
}
},
{
//...
"overrides": [
{
"files": ["src/pages/**/*"],
"rules": {
"consistent-default-export-name/default-export-match-filename": "off"
}
},
//...
}
//...
はなくても良いが、こうすれば全体の中のどこに位置するのかがわかる。