eslint-config-pv
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,5 @@ | ||
# 1.0.6 | ||
- Changed: disabled no-new | ||
# 1.0.5 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "eslint-config-pv", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "pro!vision ESLint configuration. Can be adapted and adjusted in each project.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -205,3 +205,3 @@ /* eslint-disable max-len */ | ||
// disallow use of new operator when not part of the assignment or comparison | ||
"no-new": 2, | ||
"no-new": 0, | ||
// disallow use of new operator for Function object | ||
@@ -208,0 +208,0 @@ "no-new-func": 2, |
31327