eslint-plugin-zillow
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -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 @@ |
@@ -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", |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64824
2316
Updatedeslint-config-zillow@^2.0.4
Updatedeslint-plugin-jest@^22.1.3
Updatedeslint-plugin-mocha@^5.2.1
Updatedeslint-plugin-react@^7.12.3