Socket
Socket
Sign inDemoInstall

@glints/tslint-rules

Package Overview
Dependencies
51
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

2

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

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

@@ -16,3 +16,2 @@ module.exports = {

'no-shadowed-variable': false,
'object-curly-spacing': [ true, 'always' ],
'space-before-function-paren': [ true,

@@ -28,4 +27,9 @@ {

'space-within-parens': [ true, 0 ],
// Rules from tslint-eslint-rules.
'array-bracket-spacing': [ true, 'always', { singleValue: false } ],
'brace-style': [ true, '1tbs', { allowSingleLine: true }],
'object-curly-spacing': [ true, 'always' ],
},
rulesDirectory: [],
};
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