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

eslint-config-sanity

Package Overview
Dependencies
Maintainers
35
Versions
262
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 5.1.0 to 6.0.0

2

index.js

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

'callback-return': 'error',
camelcase: 'error',
camelcase: ['error', {allow: ['^_*unstable_', '^UNSAFE_']}],
'capitalized-comments': 'off',

@@ -25,0 +25,0 @@ 'class-methods-use-this': 'warn',

{
"name": "eslint-config-sanity",
"version": "5.1.0",
"version": "6.0.0",
"description": "Shared eslint configs for sanity-io",

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

},
"engines": {
"node": ">=14.0.0"
},
"repository": {

@@ -33,13 +36,13 @@ "type": "git",

"peerDependencies": {
"eslint": ">=6.0.0"
"eslint": ">=8.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"eslint": "7.20.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.22.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.29.4",
"lodash.difference": "4.5.0",
"prettier": "2.2.1",
"standard-version": "9.1.0"
"prettier": "^2.6.2",
"standard-version": "^9.3.2"
},

@@ -46,0 +49,0 @@ "prettier": {

Sorry, the diff of this file is not supported yet

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