@ssense/tslint-config
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -84,3 +84,8 @@ var path = require('path'); | ||
'export-name': true, | ||
'function-name': true, | ||
'function-name': [true, { | ||
'method-regex': '^[a-z][\w\d]+$', | ||
'private-method-regex': '^[a-z][\w\d]+$', | ||
'static-method-regex': '^[A-Z][\w\d]+$', | ||
'function-regex': '^[a-z][\w\d]+$' | ||
}], | ||
'import-name': true, | ||
@@ -123,3 +128,3 @@ 'interface-name': [true, 'never-prefix'], | ||
*/ | ||
'align': [true, 'parameters', 'arguments', 'statements'], | ||
'align': [true, 'parameters', 'statements'], | ||
'curly': true, | ||
@@ -126,0 +131,0 @@ 'eofline': true, |
{ | ||
"name": "@ssense/tslint-config", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "SSENSE's base TSLint configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
17564
182