Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tslint-genie-rules

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-genie-rules - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "tslint-genie-rules",
"version": "1.0.0",
"version": "1.1.0",
"description": "Common TypeScript lint rules/preferences for Genie Team.",

@@ -5,0 +5,0 @@ "main": "tslint.js",

@@ -30,3 +30,3 @@ const path = require("path");

"no-extra-semi": true,
"no-import-side-effect": true,
"no-import-side-effect": [true, {"ignore-module": "(\\.html|\\.css)$"}],
"no-inferrable-types": true,

@@ -33,0 +33,0 @@ "no-internal-module": true,

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