eslint-config-jameslnewell
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -169,3 +169,3 @@ { | ||
"linebreak-style": [2, "unix"], | ||
"lines-around-comment": [2, {"beforeBlockComment": true, "afterBlockComment": false, "beforeLineComment": true, "afterLineComment": true}] | ||
"lines-around-comment": [2, {"beforeBlockComment": true, "afterBlockComment": false, "beforeLineComment": true, "afterLineComment": false}] | ||
}, | ||
@@ -172,0 +172,0 @@ |
{ | ||
"name": "eslint-config-jameslnewell", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "ESLint config for how I like to format code - readable with whitespace and semicolons.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -23,2 +23,3 @@ # eslint-config-jameslnewell | ||
- **semicolons** | ||
- **2 spaces** - for indentation | ||
@@ -25,0 +26,0 @@ - **Single quotes for strings** - except to avoid escaping |
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
8053
40