eslint-config-aco-angular
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -114,3 +114,3 @@ { | ||
"max-depth": "warn", | ||
"max-len": [ "warn", 80 ], | ||
"max-len": [ "warn", 100 ], | ||
"max-lines": "warn", | ||
@@ -117,0 +117,0 @@ "max-statements-per-line": "warn", |
{ | ||
"name": "eslint-config-aco-angular", | ||
"version": "0.1.0", | ||
"description": "Angular 1.x EsLint shareable config", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Acomodeo/eslint-config-aco-angular.git" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig", | ||
"angular", | ||
"acomodeo" | ||
], | ||
"author": "Leon Strauss <leon.strauss@acomodeo.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Acomodeo/eslint-config-aco-angular/issues" | ||
}, | ||
"homepage": "https://github.com/Acomodeo/eslint-config-aco-angular#readme", | ||
"dependencies": { | ||
"eslint-plugin-angular": "^2.2.1", | ||
"eslint-config-angular": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">= 3" | ||
} | ||
"name": "eslint-config-aco-angular", | ||
"version": "0.2.0", | ||
"description": "Angular 1.x EsLint shareable config", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Acomodeo/eslint-config-aco-angular.git" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig", | ||
"angular", | ||
"acomodeo" | ||
], | ||
"author": "Leon Strauss <leon.strauss@acomodeo.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/Acomodeo/eslint-config-aco-angular/issues" | ||
}, | ||
"homepage": "https://github.com/Acomodeo/eslint-config-aco-angular#readme", | ||
"dependencies": { | ||
"eslint-plugin-angular": "^2.2.1", | ||
"eslint-config-angular": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": ">= 3" | ||
} | ||
} |
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
4915