eslint-config-jameslnewell
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -69,3 +69,2 @@ { | ||
"no-loop-func": 1, | ||
"no-multi-spaces": [2, {"exceptions":{"Property": false}}], | ||
"no-native-reassign": 2, | ||
@@ -96,2 +95,6 @@ "no-new-func": 2, | ||
//sometimes I like to align assignment statements, sometimes I don't - I couldn't achieve this so never align things to keep it consistent | ||
"no-multi-spaces": 2, | ||
"key-spacing": [2, {"beforeColon": false, "afterColon": true, "mode": "strict"}], | ||
//Variables | ||
@@ -131,3 +134,2 @@ "init-declarations": 0, //should this be "always" because there's protential for a var to be undefined when used later? | ||
"indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": 0}], | ||
"key-spacing": [2, {"beforeColon": false, "afterColon": true}], | ||
"wrap-regex": 0, | ||
@@ -134,0 +136,0 @@ "spaced-comment": [2, "never"], |
{ | ||
"name": "eslint-config-jameslnewell", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
8179
210