eslint-config-tui
Advanced tools
Comparing version 5.4.0 to 5.5.0
{ | ||
"name": "eslint-config-tui", | ||
"version": "5.4.0", | ||
"version": "5.5.0", | ||
"description": "ESLint sharable config for TUI components", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"eslint": "^8.49.0" | ||
"eslint": "^8.57.0" | ||
}, | ||
@@ -13,0 +13,0 @@ "repository": { |
module.exports = { | ||
rules: { | ||
"array-callback-return": ["error", { allowImplicit: false }], | ||
"array-callback-return": ["error", { allowImplicit: false, checkForEach: false, allowVoid: false }], | ||
"constructor-super": 2, | ||
@@ -5,0 +5,0 @@ "for-direction": 2, |
@@ -73,5 +73,5 @@ module.exports = { | ||
"no-new-func": 2, | ||
"no-new-object": 2, | ||
"no-new-wrappers": 2, | ||
"no-nonoctal-decimal-escape": 2, | ||
"no-object-constructor": 2, | ||
"no-octal": 2, | ||
@@ -78,0 +78,0 @@ "no-octal-escape": 2, |
12524
7