tslint-config-euclid
Advanced tools
Comparing version 0.0.8 to 1.0.0
@@ -10,3 +10,3 @@ { | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tslint-config-airbnb-base": "^0.2.0", | ||
"tslint-config-airbnb-base": "^0.3.0", | ||
"tslint-react": "^3.6.0" | ||
@@ -16,8 +16,8 @@ }, | ||
"devDependencies": { | ||
"@commitlint/cli": "^7.5.0", | ||
"@commitlint/cli": "^7.5.2", | ||
"@commitlint/config-conventional": "^7.5.0", | ||
"commitlint": "^7.5.0", | ||
"commitlint": "^7.5.2", | ||
"husky": "^1.3.1", | ||
"tslint": "^5.12.1", | ||
"typescript": "^3.3.3" | ||
"tslint": "^5.14.0", | ||
"typescript": "^3.3.3333" | ||
}, | ||
@@ -42,6 +42,4 @@ "homepage": "https://github.com/dbpiper/tslint-config-euclid#readme", | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "0.0.8", | ||
"scripts": {}, | ||
"version": "1.0.0", | ||
"files": [ | ||
@@ -48,0 +46,0 @@ "/.package.json", |
@@ -31,2 +31,3 @@ { | ||
"object-literal-sort-keys": false, | ||
"prefer-conditional-expression": false, | ||
"quotemark": [ | ||
@@ -70,2 +71,2 @@ true, | ||
} | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
70
1
4340
+ Addedtslint-config-airbnb-base@0.3.0(transitive)
- Removedtslint-config-airbnb-base@0.2.0(transitive)