@byuhbll/tslint-config
Advanced tools
Comparing version 1.1.0 to 2.0.0-dev.1
21
index.js
@@ -1,3 +0,1 @@ | ||
const TAB_WIDTH = 4; | ||
module.exports = { | ||
@@ -7,18 +5,7 @@ extends: ['tslint-config-airbnb', 'tslint-config-prettier'], | ||
indent: [true, 'space'], | ||
'ter-indent': [true, TAB_WIDTH, { SwitchCase: TAB_WIDTH }], | ||
'ter-indent': false, | ||
'import-name': false, | ||
'ter-arrow-parens': false, | ||
'max-line-length': [false], | ||
'ter-max-len': [ | ||
true, | ||
{ | ||
code: 100, | ||
tabWidth: TAB_WIDTH, | ||
ignoreTemplateLiterals: true, | ||
ignoreRegExpLiterals: true, | ||
ignoreStrings: true, | ||
ignoreTrailingComments: true, | ||
ignoreUrls: true, | ||
ignorePattern: '`', | ||
}, | ||
], | ||
'max-line-length': false, | ||
'ter-max-len': false, | ||
'function-name': [ | ||
@@ -25,0 +12,0 @@ true, |
{ | ||
"name": "@byuhbll/tslint-config", | ||
"version": "1.1.0", | ||
"version": "2.0.0-dev.1", | ||
"description": "Standard TSLint config for HBLL JavaScript/Typescript projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3436
42
2