New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-sammy-preset

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-sammy-preset - npm Package Compare versions

Comparing version 1.1.8 to 1.2.0

8

index.js

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

] ,
'complexity':'error' ,
'complexity':'off' ,
'computed-property-spacing':'error' ,

@@ -205,3 +205,3 @@ 'consistent-return':'error' ,

'no-spaced-func':'error' ,
'no-sync':'error' ,
'no-sync':'off' ,
'no-tabs':'off' ,

@@ -266,2 +266,3 @@ 'no-template-curly-in-string':'error' ,

'react/forbid-foreign-prop-types':'off' ,
'react/jsx-boolean-value':'off' ,
'react/jsx-filename-extension':'off' ,

@@ -291,3 +292,4 @@ 'react/jsx-indent':[

'react/jsx-no-literals':'off' ,
'react/no-access-state-in-setstate':'off',
'react/no-access-state-in-setstate':'off' ,
'react/no-children-prop':'off' ,
'react/no-set-state':'off' ,

@@ -294,0 +296,0 @@ 'react/no-typos':'off' ,

{
"name": "eslint-sammy-preset",
"version": "1.1.8",
"version": "1.2.0",
"description": "ESLint preset",

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

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