UNPKG

eslint-plugin-angular

Version:
10 lines (8 loc) 284 B
// example - valid: true angular.module('myModule').controller('MyController', function () { // ... }); // example - valid: false, errorMessage: "Avoid using a variable and instead use chaining with the getter syntax." app.controller('MyController', function () { // ... });