Right now it's giving error that .png and .less files aren't valid, everything is invalid.
I want eslint to only look at .js and .jsx files.
I don't see any way to do that.
I did find eslintignore which is not the best way to do things.
I don't want to maintain a list of files to ignore.
Whitelist approach please.