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

@mft/eslint-config-momentumft

Package Overview
Dependencies
Maintainers
22
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mft/eslint-config-momentumft - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

12

index.js

@@ -215,3 +215,15 @@ module.exports = {

"require-yield": 0, // disallow generator functions that do not have yield
// Variables
"no-delete-var": 2, // disallow deleting variables
"no-label-var": 2, // disallow labels that share a name with a variable
"no-restricted-globals": [2, "event", "fdescribe"], // disallow specified global variables
"no-shadow": 2, // disallow variable declarations from shadowing variables declared in the outer scope
"no-shadow-restricted-names": 2, // disallow identifiers from shadowing restricted names
"no-undef": 2, // disallow the use of undeclared variables unless mentioned in `/*global */` comments
"no-undef-init": 2, // disallow initializing variables to `undefined`
"no-undefined": 2, // disallow the use of `undefined` as an identifier
"no-use-before-define": 2,//disallow the use of variables before they are defined
}
}

6

package.json
{
"name": "@mft/eslint-config-momentumft",
"version": "5.0.0",
"version": "5.1.0",
"description": "Our ESLint configuration",

@@ -24,7 +24,7 @@ "main": "index.js",

"peerDependencies": {
"eslint": "^7.0.0"
"eslint": "^7.29.0"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^4.0.0"
"eslint-plugin-react-hooks": "^4.2.0"
}
}
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