eslint-config-walmart
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "eslint-config-walmart", | ||
"description": "A set of default eslint configurations, Walmart Labs style.", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Eric Baer <me@ericbaer.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/walmartlabs/eslint-config-walmart", |
@@ -34,3 +34,3 @@ "use strict"; | ||
// this option sets a specific tab width for your code | ||
"indent": [2, 2], | ||
"indent": 0, | ||
// specify whether double or single quotes should be used in JSX attributes | ||
@@ -37,0 +37,0 @@ "jsx-quotes": [2, "prefer-double"], |
Sorry, the diff of this file is too big to display
159822