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

eslint-plugin-zillow

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-zillow - npm Package Compare versions

Comparing version 2.1.2 to 2.2.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.2.0](https://github.com/zillow/javascript/compare/eslint-plugin-zillow@2.1.2...eslint-plugin-zillow@2.2.0) (2019-01-14)
### Features
* **plugin:** Upgrade dependencies ([b972505](https://github.com/zillow/javascript/commit/b972505))
## [2.1.2](https://github.com/zillow/javascript/compare/eslint-plugin-zillow@2.1.1...eslint-plugin-zillow@2.1.2) (2018-11-08)

@@ -8,0 +19,0 @@

28

lib/configs/recommended.json

@@ -15,2 +15,3 @@ {

"process": false,
"queueMicrotask": false,
"require": false,

@@ -20,2 +21,4 @@ "setImmediate": false,

"setTimeout": false,
"TextDecoder": false,
"TextEncoder": false,
"URL": false,

@@ -324,2 +327,3 @@ "URLSearchParams": false,

"no-useless-call": "off",
"no-useless-catch": "off",
"no-useless-concat": "error",

@@ -1392,3 +1396,17 @@ "no-useless-escape": "error",

"tabWidth": 4,
"trailingComma": "es5"
"trailingComma": "es5",
"overrides": [
{
"files": [
"package.json",
"package-lock.json",
"npm-shrinkwrap.json"
],
"options": {
"parser": "json-stringify",
"tabWidth": 2,
"trailingComma": "none"
}
}
]
},

@@ -1470,3 +1488,5 @@ {

"allowArrowFunctions": true,
"allowBind": false
"allowFunctions": false,
"allowBind": false,
"ignoreDOMComponents": true
}

@@ -1749,2 +1769,6 @@ ],

"zillow/react/no-this-in-sfc": "error",
"zillow/react/jsx-fragments": [
"off",
"syntax"
],
"zillow/react/jsx-max-depth": "off",

@@ -1751,0 +1775,0 @@ "zillow/react/jsx-props-no-multi-spaces": "off",

20

package.json
{
"name": "eslint-plugin-zillow",
"version": "2.1.2",
"version": "2.2.0",
"description": "Zillow's ESLint config bundled into a \"zero-conf\" plugin",

@@ -19,6 +19,2 @@ "keywords": [

"main": "lib/eslint-plugin-zillow.js",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [

@@ -42,11 +38,11 @@ "lib",

"babel-eslint": "^10.0.1",
"eslint-config-zillow": "^2.0.3",
"eslint-config-zillow": "^2.0.4",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1"
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-mocha": "^5.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3"
},
"gitHead": "229c51411b6cfbba7da755b4e21dc6830f16ad0b"
"gitHead": "2dce5080bcabe08aa4af7ed5abaca42bf58e8234"
}
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