eslint-config-kswedberg
Advanced tools
Comparing version 3.2.0 to 4.0.0
{ | ||
"name": "eslint-config-kswedberg", | ||
"version": "3.2.0", | ||
"version": "4.0.0", | ||
"description": "A shareable eslint config", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"eslint": ">=5.0.0" | ||
"eslint": ">=6.0.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "engines": { |
@@ -14,2 +14,4 @@ module.exports.variables = { | ||
'no-empty': 'warn', | ||
'no-empty-pattern': 'warn', | ||
'no-extra-boolean-cast': 'warn', | ||
'no-extra-parens': [ | ||
@@ -28,2 +30,3 @@ 'warn', | ||
'no-regex-spaces': 'warn', | ||
'no-unsafe-finally': 'warn', | ||
}; | ||
@@ -74,2 +77,3 @@ | ||
'no-extra-bind': 'error', | ||
'no-implied-eval': 'error', | ||
'no-invalid-this': 'off', | ||
@@ -76,0 +80,0 @@ 'no-iterator': 'error', |
11958
464