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
2
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 3.0.0-dev.1 to 3.0.0-dev.2

18

index.js

@@ -26,2 +26,14 @@ const airbnb = require('tslint-config-airbnb');

const jsRules = {
...airbnb.rules,
...prettier.rules,
...overrides,
};
// remove rules not compatible as js rules
delete jsRules['prefer-array-literal'];
delete jsRules['no-function-constructor-with-string-args'];
delete jsRules['no-increment-decrement'];
delete jsRules['no-boolean-literal-compare'];
delete jsRules['import-name'];
module.exports = {

@@ -34,7 +46,3 @@ rulesDirectory: airbnb.rulesDirectory,

},
jsRules: {
...airbnb.rules,
...prettier.rules,
...overrides,
}
jsRules
};
{
"name": "@byuhbll/tslint-config",
"version": "3.0.0-dev.1",
"version": "3.0.0-dev.2",
"description": "Standard TSLint config for HBLL JavaScript/Typescript projects.",

@@ -13,3 +13,3 @@ "main": "index.js",

"tslint-config-prettier": "^1.16.0",
"tslint-config-airbnb": "^5.11.1"
"tslint-config-airbnb": "5.11.1"
},

@@ -16,0 +16,0 @@ "peerDependencies": {

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