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

tslint-config-blvd

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tslint-config-blvd - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0

2

lib/rules/base.js

@@ -51,3 +51,3 @@ // Base Config

'prefer-const': true, // 2.1, 13.1
quotemark: [true, 'single', 'jsx-double'],
quotemark: [true, 'single', 'jsx-double', 'avoid-escape'],
radix: true, // 22.3

@@ -54,0 +54,0 @@ semicolon: [true, 'never'], // 21.1 exception

{
"name": "tslint-config-blvd",
"version": "1.0.0-rc.1",
"version": "1.0.0",
"description": "A TSLint config that conforms to the blvd TypeScript styleguide.",

@@ -25,2 +25,5 @@ "main": "index.js",

],
"scripts": {
"commitmsg": "commitlint -E GIT_PARAMS"
},
"author": "the blvd group <the@blvd.space>",

@@ -36,2 +39,4 @@ "contributors": [

"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@types/node": "^9.4.5",

@@ -44,2 +49,3 @@ "babel-eslint": "^8.2.1",

"eslint-plugin-react": "^7.6.1",
"husky": "^0.14.3",
"tslint": "^5.9.1",

@@ -46,0 +52,0 @@ "typescript": "^2.7.1"

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