We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a893cf8 commit e18107eCopy full SHA for e18107e
rules/ng_controller_name.js
@@ -25,7 +25,7 @@ module.exports = function(context) {
25
if(node.arguments.length === 0){
26
return;
27
}
28
-
+
29
var name = node.arguments[0].value;
30
31
if(name !== undefined && !convertedPrefix.test(name)){
0 commit comments