ABuffSeagull / eslint-import-resolver-parcel

Parcel import resolution plugin for eslint-plugin-import
MIT License
12 stars 2 forks source link

Should the .vue extension be included by default? (And other file extensions) #9

Closed ABuffSeagull closed 5 years ago

ABuffSeagull commented 5 years ago

The only reason I added it in was that in the official Vue Style Guide, it enforced not having the .vue extension on the SFC files. However, it has since been removed, so should it be included by default? I want to keep the default extensions as small as possible, for "performance reasons" (it probably doesn't actually matter, I just like to think it does). What do you think the default extensions should be? Just .js and .jsx or more?

ABuffSeagull commented 5 years ago

Decided to takeout the .vue extension by default.