natevm / BSDF-Visualizer

Project for scientific visualization
MIT License
18 stars 4 forks source link

We should be using the function form of "use strict" #7

Closed n8xm closed 6 years ago

n8xm commented 6 years ago

Ideally, we should be using the function form of "use strict". Currently I'm overriding JSHint to ignore this.

n8xm commented 6 years ago

Won't fix because we don't need to do this for ES6 modules because they are always in strict mode. Furthermore, even if we wanted to do this, they break ES6 modules because exports and imports always need to be at the top level.