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

@lego/tslint-config

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lego/tslint-config - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

1

lib/configurations/typescript-angular.js

@@ -13,4 +13,3 @@ "use strict";

rules: {},
rulesDirectory: ['tslint-angular'],
};
module.exports = config;

2

lib/rules/tslint/style.js

@@ -73,3 +73,3 @@ "use strict";

// Disallows parameter properties in class constructors.
'no-parameter-properties': true,
'no-parameter-properties': false,
// Forbids JSDoc which duplicates TypeScript functionality.

@@ -76,0 +76,0 @@ 'no-redundant-jsdoc': true,

{
"name": "@lego/tslint-config",
"version": "1.5.1",
"version": "1.5.2",
"description": "LEGO shareable tslint config for ts projects",

@@ -28,2 +28,3 @@ "keywords": [

"scripts": {
"prepublish": "npm run build",
"build": "tsc",

@@ -30,0 +31,0 @@ "missing-rules": "ts-node --project ./scripts/tsconfig.json scripts/missingRules.ts",

@@ -24,3 +24,3 @@ # @lego/tslint-config

- `@lego/tslint-config/lib/configurations/typescript-react` - Base Config + React config + Prettier
- `@lego/tslint-config/lib/configurations/typescript-react` - Base Config + Angular config + Prettier
- `@lego/tslint-config/lib/configurations/typescript-angular` - Base Config + Angular config + Prettier

@@ -27,0 +27,0 @@ add the above preferred configuration in your tslint.json file as f.ex:

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