🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

eslint-config-sentry-app-strict

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sentry-app-strict - npm Package Compare versions

Comparing version

to
1.11.0

14

index.js

@@ -1,2 +0,1 @@

// Default: sentry app
module.exports = {

@@ -10,3 +9,16 @@ extends: [

"no-debugger": ['error'],
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-is-mounted.md
'react/no-is-mounted': ['error'],
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-find-dom-node.md
// Recommended to use callback refs instead
'react/no-find-dom-node': ['error'],
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-string-refs.md
// This is now considered legacy, callback refs preferred
'react/no-string-refs': ['error'],
'jest/no-large-snapshots': ['error', {maxSize: 2000}],
},
};

4

package.json
{
"name": "eslint-config-sentry-app-strict",
"version": "1.10.0",
"version": "1.11.0",
"description": "sentry.io eslint config for SPA (strict)",

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

},
"gitHead": "4ab9dd63fd04905a4c204e69e04a26626607b2af"
"gitHead": "0bcea9b2f1528b734e99e7e7d6fdbd313a726292"
}