-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require strict mode. #1051
Comments
@NodeGuy does this just require to add |
@jbibla do you remember why do we need to split this issue ? |
We need to split this issue because if we make strict mode mandatory for all files then we're going to get a ton of non-compliance issues that need to be fixed all at once. Today I'm going to compile a list of all of the JavaScript files and create new issues to tackle groups of them at a time. Once all of the files are in compliance then we can make the ESLint change. |
I consider this ticket done in this sprint. The scope was to split it. |
Closing because Babel is already enabling strict mode for us with the |
The text was updated successfully, but these errors were encountered: