Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: eslint-config-eyeo/package.json

Issue 29376565: Issue 3692 - Enable the no-unused-vars ESLint rule (Closed)
Patch Set: Created Feb. 21, 2017, 5:02 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « eslint-config-eyeo/index.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: eslint-config-eyeo/package.json
diff --git a/eslint-config-eyeo/package.json b/eslint-config-eyeo/package.json
index a7235e8f39cb61389a9ad678d38e53044ec85e58..51f999e2d368426429b61696a440a7d60981e66f 100644
--- a/eslint-config-eyeo/package.json
+++ b/eslint-config-eyeo/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-eyeo",
- "version": "1.0.0",
+ "version": "1.0.1",
Sebastian Noack 2017/02/21 11:16:20 Do we even have this package already published on
kzar 2017/02/21 11:31:03 Yea I did.
Sebastian Noack 2017/02/21 11:33:53 I see. It just seems a little inconsistent that we
kzar 2017/02/21 11:42:41 Yea, I plan to combine all four into one patch. Wh
Sebastian Noack 2017/02/21 11:53:54 LGTM, if all 4 changes will be combined into one c
"description": "ESLint configuration as used by eyeo.",
"main": "index.js",
"repository": {
« no previous file with comments | « eslint-config-eyeo/index.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld