Socket
Socket
Sign inDemoInstall

@glints/tslint-rules

Package Overview
Dependencies
0
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@glints/tslint-rules",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shared rules for the TypeScript Linter, TSLint.",

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

@@ -13,3 +13,3 @@ module.exports = {

'object-literal-sort-keys': false,
quotemark: [ true, 'single' ],
quotemark: [ true, 'single', 'jsx-double' ],
'no-shadowed-variable': false,

@@ -16,0 +16,0 @@ 'space-before-function-paren': [ true,

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc