eslint-config-pv
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,5 @@ | ||
# 1.0.8 | ||
- Changed: curly to ["error", "multi-line", "consistent"] | ||
# 1.0.7 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "eslint-config-pv", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "pro!vision ESLint configuration. Can be adapted and adjusted in each project.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -33,3 +33,3 @@ /* eslint-disable max-len */ | ||
// specify curly brace conventions for all control statements | ||
"curly": [1, "all"], | ||
"curly": ["error", "multi-line", "consistent"], | ||
// require default case in switch statements | ||
@@ -36,0 +36,0 @@ "default-case": 0, |
41911