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

eslint-config-sanity

Package Overview
Dependencies
Maintainers
18
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sanity - npm Package Compare versions

Comparing version 1.150.8 to 1.150.9-review-changes.736

12

package.json
{
"name": "eslint-config-sanity",
"version": "1.150.8",
"version": "1.150.9-review-changes.736+39ff07c30",
"description": "Shared eslint configs for sanity-io",

@@ -34,10 +34,10 @@ "main": "index.js",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"eslint": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"eslint": "^7.8.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react": "^7.20.6",
"lodash.difference": "^4.5.0"
},
"gitHead": "1507d62dfdabec3dcda8a057c71ea04e2e707cb6"
"gitHead": "39ff07c30315dfc1aa27c881b22087b3a67a451f"
}

@@ -21,4 +21,5 @@ // Use this for typescript projects

'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'no-use-before-define': 'off',

@@ -25,0 +26,0 @@ '@typescript-eslint/no-var-requires': 'off', // covered by @typescript-eslint/no-var-requires

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