Not recommended to use “use strict” in ES6?

I’m not familiar with ECMAScript 6 yet. I’ve just cloned the React Starter Kit repo, which uses ES6 for application code. I was surprised to see that the linter is configured to forbid occurences of the use strict directive, which I thought was recommended in pre-ES6 JavaScript. So what’s the point?

1 Answer
1

Leave a Comment