@lego/tslint-config
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -13,4 +13,3 @@ "use strict"; | ||
rules: {}, | ||
rulesDirectory: ['tslint-angular'], | ||
}; | ||
module.exports = config; |
@@ -73,3 +73,3 @@ "use strict"; | ||
// Disallows parameter properties in class constructors. | ||
'no-parameter-properties': true, | ||
'no-parameter-properties': false, | ||
// Forbids JSDoc which duplicates TypeScript functionality. | ||
@@ -76,0 +76,0 @@ 'no-redundant-jsdoc': true, |
{ | ||
"name": "@lego/tslint-config", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "LEGO shareable tslint config for ts projects", | ||
@@ -28,2 +28,3 @@ "keywords": [ | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"build": "tsc", | ||
@@ -30,0 +31,0 @@ "missing-rules": "ts-node --project ./scripts/tsconfig.json scripts/missingRules.ts", |
@@ -24,3 +24,3 @@ # @lego/tslint-config | ||
- `@lego/tslint-config/lib/configurations/typescript-react` - Base Config + React config + Prettier | ||
- `@lego/tslint-config/lib/configurations/typescript-react` - Base Config + Angular config + Prettier | ||
- `@lego/tslint-config/lib/configurations/typescript-angular` - Base Config + Angular config + Prettier | ||
@@ -27,0 +27,0 @@ add the above preferred configuration in your tslint.json file as f.ex: |
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
44687
944