Since previously the JS files under ui/partials/ and ui/plugins/ were
omitted. We now need to also explicitly exclude the vendor directory,
which we can do using `.eslintignore`.
This also means that if people prefer to run eslint directly, they
can use `eslint ui/` rather than having to type out the multiple
directories used previously.