eslint-plugin-angular
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,3 +6,3 @@ // example - valid: true | ||
// example - valid: false, errorMessage: "The MyCtrl controller should follow this pattern\: /[A-Z].*Controller$/" | ||
// example - valid: false, errorMessage: "The MyCtrl controller should follow this pattern\: /^[A-Z][a-zA-Z0-9]*Controller$/" | ||
angular.module('myModule').controller('MyCtrl', function () { | ||
@@ -9,0 +9,0 @@ // ... |
{ | ||
"name": "eslint-plugin-angular", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "ESLint rules for AngularJS projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
454547