Socket
Socket
Sign inDemoInstall

eslint-config-blueflag

Package Overview
Dependencies
264
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.5.0

4

flow.js

@@ -10,4 +10,4 @@ module.exports = {

"flowtype/generic-spacing": [2, "never"], // Don't allow spaces in generic type annotations, eg. `Promise< any >`
"flowtype/no-dupe-keys": [2, "never"], // Don't allow duplicates in object annotations
"flowtype/no-primitive-constructor-types": [2, "never"], // Don't allow use of String, Boolean, etc
"flowtype/no-dupe-keys": 2, // Don't allow duplicates in object annotations
"flowtype/no-primitive-constructor-types": 2, // Don't allow use of String, Boolean, etc
"flowtype/object-type-delimiter": [2, "comma"], // Enforce commas for object annotation delimiters

@@ -14,0 +14,0 @@ "flowtype/require-parameter-type": [2, {"excludeArrowFunctions": "expressionsOnly" }], // Require param type for everything except expression only arrow functions

{
"name": "eslint-config-blueflag",
"version": "0.4.0",
"version": "0.5.0",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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