broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

Remove 'use strict' #427

Closed thoov closed 5 years ago

thoov commented 5 years ago

Removing use strict as typescript is already preforming the check. There is also issues around eslint complaining about use strict inside of modules.