tslint-config-blvd
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0
@@ -51,3 +51,3 @@ // Base Config | ||
'prefer-const': true, // 2.1, 13.1 | ||
quotemark: [true, 'single', 'jsx-double'], | ||
quotemark: [true, 'single', 'jsx-double', 'avoid-escape'], | ||
radix: true, // 22.3 | ||
@@ -54,0 +54,0 @@ semicolon: [true, 'never'], // 21.1 exception |
{ | ||
"name": "tslint-config-blvd", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0", | ||
"description": "A TSLint config that conforms to the blvd TypeScript styleguide.", | ||
@@ -25,2 +25,5 @@ "main": "index.js", | ||
], | ||
"scripts": { | ||
"commitmsg": "commitlint -E GIT_PARAMS" | ||
}, | ||
"author": "the blvd group <the@blvd.space>", | ||
@@ -36,2 +39,4 @@ "contributors": [ | ||
"devDependencies": { | ||
"@commitlint/cli": "^7.0.0", | ||
"@commitlint/config-conventional": "^7.0.1", | ||
"@types/node": "^9.4.5", | ||
@@ -44,2 +49,3 @@ "babel-eslint": "^8.2.1", | ||
"eslint-plugin-react": "^7.6.1", | ||
"husky": "^0.14.3", | ||
"tslint": "^5.9.1", | ||
@@ -46,0 +52,0 @@ "typescript": "^2.7.1" |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19767
1
12