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

eslint-config-sanity

Package Overview
Dependencies
Maintainers
17
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

to
1.149.13

4

package.json
{
"name": "eslint-config-sanity",
"version": "1.149.0",
"version": "1.149.13",
"description": "Shared eslint configs for sanity-io",

@@ -39,3 +39,3 @@ "main": "index.js",

},
"gitHead": "a8e0a50ffb60756d5057788d95aaee012e8a00e6"
"gitHead": "a07e844b533064222785e5501cea49d41e6fe73c"
}

@@ -79,3 +79,3 @@ // Use this for react projects

'react/no-typos': 'error',
'react/no-unescaped-entities': 'error',
'react/no-unescaped-entities': ['error', {forbid: ['>', '}']}],
'react/no-unknown-property': 'error',

@@ -82,0 +82,0 @@ 'react/no-unused-prop-types': 'error',