New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@byuhbll/tslint-config

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byuhbll/tslint-config - npm Package Compare versions

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,

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc