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
19
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 1.1.0 to 1.2.0

9

index.js

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

"no-extra-parens": [2, "functions"], // disallow unnecessary parentheses
"no-extra-semi": 0, // disallow unnecessary semicolons
"no-extra-semi": 2, // disallow unnecessary semicolons
"no-func-assign": 2, // disallow overwriting functions written as function declarations

@@ -103,3 +103,3 @@ "no-inner-declarations": [2, "functions"], // disallow function or variable declarations in nested blocks

"no-proto": 0, // disallow usage of __proto__ property
"no-redeclare": 0, // disallow declaring the same variable more than once
"no-redeclare": 2, // disallow declaring the same variable more than once
"no-return-assign": 0, // disallow use of assignment in return statement

@@ -154,3 +154,3 @@ "no-script-url": 0, // disallow use of javascript: urls.

"no-lonely-if": 0, // disallow if as the only statement in an else block
"no-mixed-spaces-and-tabs": 0, // disallow mixed spaces and tabs for indentation
"no-mixed-spaces-and-tabs": 2, // disallow mixed spaces and tabs for indentation
"no-multiple-empty-lines": [1, { "max": 3 }], // disallow multiple empty lines

@@ -164,5 +164,4 @@ "no-negated-condition": 0, // disallow negated conditions

"no-ternary": 0, // disallow the use of ternary operators
"no-trailing-spaces": 0, // disallow trailing whitespace at the end of lines
"no-trailing-spaces": 2, // disallow trailing whitespace at the end of lines
"no-underscore-dangle": 0, // disallow dangling underscores in identifiers
"no-underscore-dangle": 0, // disallow dangling underscores in identifiers
"no-unneeded-ternary": 2, // disallow the use of ternary operators when a simpler alternative exists

@@ -169,0 +168,0 @@ "object-curly-spacing": 0, // require or disallow padding inside curly braces

{
"name": "@mft/eslint-config-momentumft",
"version": "1.1.0",
"version": "1.2.0",
"description": "Our ESLint configuration",

@@ -5,0 +5,0 @@ "main": "index.js",

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