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

eslint-config-wyze

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-wyze - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

14

package.json
{
"name": "eslint-config-wyze",
"version": "1.2.1",
"version": "1.3.0",
"description": "My personal ESLint config.",

@@ -27,16 +27,16 @@ "license": "MIT",

"dependencies": {
"babel-eslint": "^6.0.0-beta.5",
"babel-eslint": "^6.0.0-beta.6",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-wyze": "^1.2.1"
"eslint-plugin-wyze": "^1.3.0"
},
"peerDependencies": {
"eslint": "~2.2.0",
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.0",
"eslint-plugin-wyze": "^1.2.0"
"eslint-plugin-wyze": "^1.3.0"
},
"devDependencies": {
"ava": "^0.13.0",
"eslint": "~2.2.0",
"eslint-plugin-react": "^4.2.1"
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.3"
}
}

@@ -17,2 +17,5 @@ module.exports = {

'newline-after-var': [2, 'always'],
// Require newline before return statement
// https://github.com/eslint/eslint/tree/master/docs/rules/newline-before-return.md
'newline-before-return': 2,
// disallow multiple empty lines and only one newline at the end

@@ -19,0 +22,0 @@ // https://github.com/eslint/eslint/blob/master/docs/rules/no-multiple-empty-lines.md

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