aurelia / tools

Tools and utility functions used to build and develop Aurelia's libraries.
MIT License
37 stars 32 forks source link

Add lint rule to prevent usage of browser only global objects #60

Open gheoan opened 6 years ago

gheoan commented 6 years ago

I'm submitting a feature request

Current behavior: Browser global objects can be used.

Expected/desired behavior:

This needs to be implemented for both eslint and tslint. An exception to this rule should be added to the pal library.