tslint-config-standard
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "tslint-config-standard", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "A TSLint config for JavaScript Standard Style", | ||
@@ -5,0 +5,0 @@ "main": "tslint.js", |
@@ -86,3 +86,2 @@ module.exports = { | ||
], | ||
'import-spacing': true, | ||
'jsdoc-format': true, | ||
@@ -96,3 +95,2 @@ 'new-parens': true, | ||
'no-unnecessary-qualifier': true, | ||
'no-unsafe-any': true, | ||
'one-line': [ | ||
@@ -99,0 +97,0 @@ true, |
7191
180