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

neworbit-tslint-config

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neworbit-tslint-config - npm Package Compare versions

Comparing version 2.0.3 to 3.0.0

10

package.json
{
"name": "neworbit-tslint-config",
"version": "2.0.3",
"version": "3.0.0",
"description": "NewOrbit standard tslint configuration",

@@ -10,3 +10,4 @@ "scripts": {},

"typescript",
"neworbit"
"neworbit",
"tslint-react"
],

@@ -22,3 +23,6 @@ "author": "NewOrbit Ltd",

"homepage": "https://github.com/NewOrbit/tslint-config#readme",
"license": "MIT"
"license": "MIT",
"dependencies": {
"tslint-react": "^3.6.0"
}
}
{
"extends": "tslint:recommended",
"extends": ["tslint:recommended", "tslint-react"],
"rules": {

@@ -42,2 +42,15 @@ "adjacent-overload-signatures": true,

"jsdoc-format": true,
"jsx-alignment": true,
"jsx-ban-props": [true, ["style", "use className and css"]],
"jsx-boolean-value": [true, "false"],
"jsx-curly-spacing": [true, "never"],
"jsx-equals-spacing": [true, "never"],
"jsx-key": true,
"jsx-no-bind": true,
"jsx-no-lambda": true,
"jsx-no-multiline-js": false,
"jsx-no-string-ref": true,
"jsx-self-close": true,
"jsx-space-before-trailing-slash": true,
"jsx-wrap-multiline": true,
"label-position": true,

@@ -44,0 +57,0 @@ "max-classes-per-file": {

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