Ignore "File ignored by default" messages in eslint
I found eslint sometimes has a message "File ignored by default", which causes errors.
I think it would be more robust if you just check for the presence of the ruleId field which seems to be missing for the ignored files, but I don't know PHP so I'll leave that to you.