@cknow/tslint-config
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@cknow/tslint-config", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TSLint shareable config", | ||
@@ -66,3 +66,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@cknow/eslint-config": "^3.2.0", | ||
"@cknow/eslint-config": "^3.3.0", | ||
"@commitlint/cli": "^7.0.0", | ||
@@ -69,0 +69,0 @@ "@commitlint/config-conventional": "^7.0.1", |
@@ -41,3 +41,3 @@ 'use strict'; | ||
'no-internal-module': true, | ||
'no-magic-numbers': true, | ||
'no-magic-numbers': false, | ||
'no-namespace': true, | ||
@@ -44,0 +44,0 @@ 'no-non-null-assertion': true, |
@@ -29,3 +29,3 @@ 'use strict'; | ||
'no-irregular-whitespace': true, | ||
'no-parameter-properties': true, | ||
'no-parameter-properties': false, | ||
'no-redundant-jsdoc': true, | ||
@@ -55,3 +55,3 @@ 'no-reference-import': true, | ||
}], | ||
'prefer-function-over-method': true, | ||
'prefer-function-over-method': [true, 'allow-public', 'allow-protected'], | ||
'prefer-method-signature': true, | ||
@@ -58,0 +58,0 @@ 'prefer-switch': true, |
15971