invalid casing reported by Resharper EAP in Javascript project
I'm probably missing something but i wonder why R7EAP indicates a "name 'thisIsMyFunction' does not match the rule "unknown element", suggested name is ThisIsMyFunction" on all javascript code like this:function thisIsMyFunction(myParameter) { }same happens for parameter.If i open local rule settin for function is set to lowerCamelCase.What am I missing?
Please sign in to leave a comment.