whitlockjc / path-loader

Utility that provides a single API for loading the content of a path/URL.
MIT License
8 stars 18 forks source link

Now with support for custom loaders and relative resolve via basePath #12

Open kristianmandrup opened 7 years ago

kristianmandrup commented 7 years ago

Had to (temporarily) delete .eslintrc since it didn't play nice with my current editor (VSC) settings.

whitlockjc commented 7 years ago

The changes related to lint will not be accepted. I get that there is a discrepancy with ESLint settings and your editor but I am not changing the project settings for this. In fact, VS Code has an ESLint plugin that should handle this. Let me see if I can make sense of the pertinent changes.