I have a .eslintrc file in my home directory that eslint picks up most of 
the cases, e.g. when I change "no-underscore-dangle" from 0 to 2 I can see 
errors in my editor where I use underscores for my private variables.

However, when I set "strict": [0, "global"], I still get errors for my 'use 
sctrict' expression at the top of my file. When running eslint in cli, I 
get:

  1:0  error  Use the function form of "use strict"  global-strict

It seems to me that some of my rules settings get overridden somewhere, but 
I can't find out where that is happening. How can I find what rules are 
applied and where they are defined?

Best regards,
Julian

-- 
You received this message because you are subscribed to the Google Groups 
"ESLint" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to