Anyone know how to stop IntelliJ 11 automatically adding "use strict" to every nested function definition I create when JSLint is enabled?
I have specified 'use strict' in the outer closure.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As a workaround you can disable Prefer Strict mode in
Settings(Preferenceson Mac) |JavaScript(available since IDEA 11.1.1).Please vote for the issue we’ve created.