Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-tui

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tui - npm Package Compare versions

Comparing version 5.4.0 to 5.5.0

4

package.json
{
"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,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc