eslint-plugin-ivs
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -25,3 +25,3 @@ "use strict"; | ||
"array-bracket-spacing" : ["error", "never", {}], | ||
"brace-style" : ["error", "1tbs", {"allowSingleLine" : true}], | ||
"brace-style" : 0, //["error", ["1tbs", "allman"], {"allowSingleLine" : true}], We are still waiting for specific rules | ||
"comma-spacing" : ["error"], | ||
@@ -28,0 +28,0 @@ "comma-style" : ["error", "last"], |
{ | ||
"name": "eslint-plugin-ivs", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "IVS Eslint plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3433
0