Socket
Socket
Sign inDemoInstall

@arnaud-barre/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arnaud-barre/eslint-config - npm Package Compare versions

Comparing version 5.0.0-beta.1 to 5.0.0-beta.2

5

index.js

@@ -7,2 +7,3 @@ // index.ts

import unicorn from "eslint-plugin-unicorn";
import globals from "globals";
import tseslint from "typescript-eslint";

@@ -1587,2 +1588,3 @@

parser: tseslint.parser,
globals: { ...globals.node, ...globals.browser },
parserOptions: {

@@ -1702,3 +1704,4 @@ projectService: true,

"@typescript-eslint/no-redeclare": "warn",
"@typescript-eslint/no-shadow": ["warn", { builtinGlobals: true }],
"@typescript-eslint/no-shadow": "warn",
// TODO: ideally builtinGlobals should be enabled but too many browser globals are enabled somehow
"@typescript-eslint/no-unsafe-unary-minus": "warn",

@@ -1705,0 +1708,0 @@ "@typescript-eslint/no-unused-expressions": [

3

package.json
{
"name": "@arnaud-barre/eslint-config",
"description": "TS-React focused eslint configuration",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",

@@ -19,4 +19,5 @@ "license": "MIT",

"eslint-plugin-unicorn": "^55.0.0",
"globals": "^15.9.0",
"typescript-eslint": "^8.6.0"
}
}
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