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

eslint-config-mzgol

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mzgol - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

.idea/dictionaries/mgol.xml

10

eslint-config-mzgol.js

@@ -39,3 +39,3 @@ 'use strict';

'valid-typeof': 2,
'no-unexpected-multiline': 0,
'no-unexpected-multiline': 2,

@@ -82,3 +82,3 @@ // Best practices

'no-proto': 2,
'no-redeclare': 0, // not useful with const/let
'no-redeclare': 2,
'no-return-assign': 2,

@@ -160,2 +160,3 @@ 'no-script-url': 2,

'no-nested-ternary': 2,
'no-negated-condition': 2,
'no-new-object': 2,

@@ -169,6 +170,3 @@ 'no-restricted-syntax': 0, // already handled via no-with; would be: [2, 'WithStatement'],

'object-curly-spacing': [2, 'never'],
'one-var': [2, {
uninitialized: 'always',
initialized: 'never',
}],
'one-var': [2, {initialized: 'never'}],
'operator-assignment': 2,

@@ -175,0 +173,0 @@ 'operator-linebreak': [2, 'after'],

6

package.json
{
"name": "eslint-config-mzgol",
"version": "0.0.4",
"version": "0.0.5",
"description": "ESLint config for projects written by mzgol",

@@ -25,7 +25,7 @@ "main": "eslint-config-mzgol.js",

"devDependencies": {
"eslint": "1.4.1"
"eslint": "1.6.0"
},
"scripts": {
"test": "eslint ."
"test": "./scripts/build-eslintrc.js && eslint ."
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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