Socket
Socket
Sign inDemoInstall

eslint-config-stoplight

Package Overview
Dependencies
286
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.7 to 1.0.8

5

index.js

@@ -57,3 +57,3 @@ module.exports = {

"react/sort-comp": 0,
"react/prefer-es6-class": 1,
"react/prefer-es6-class": 0,
"react/prefer-stateless-function": 1,

@@ -87,3 +87,3 @@ "react/no-multi-comp": 0,

"no-prototype-builtins": 0,
"no-unused-vars": 0,
"no-unused-vars": ["warning", {"args": "none"}],
"camelcase": 1,

@@ -97,2 +97,3 @@ "no-plusplus": 0,

"default-case": 1,
"no-warning-comments": 0,
"no-restricted-syntax": ["error", "WithStatement"],

@@ -99,0 +100,0 @@ "no-param-reassign": [

2

package.json
{
"name": "eslint-config-stoplight",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc