madskristensen / WebAnalyzer

A Visual Studio extension
Other
55 stars 17 forks source link

Rules not working when "error" is written instead of 2 in config file(.eslintrc) or some property is added to rule. #53

Open amitrajiitj opened 7 years ago

amitrajiitj commented 7 years ago

I'm using Web Analyzer version 1.77.7. In visual studio, rules are not applied when "error" is used instead of 2 for setting error in ESLint config file. E.g. If a rule is defined as "func-names": [ "error","as-needed" ], it is not showing existing errors for any file in Visual Studio.