keokilee / react-typescript-boilerplate

Boilerplate project for setting up Typescript and React with Babel and Webpack.
ISC License
114 stars 23 forks source link

Remove occurrences of use strict cause it's annoying. #14

Closed keokilee closed 9 years ago

keokilee commented 9 years ago

Removed occurrences of use strict and updated the tslint.json so that it's not required.

rbvea commented 9 years ago

Interesting... what's annoying about use strict?

keokilee commented 9 years ago

That you'd have to put it anywhere and everywhere. We're using Typescript, so we shouldn't need it, right?