Socket
Socket
Sign inDemoInstall

@arnaud-barre/eslint-config

Package Overview
Dependencies
Maintainers
1
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 4.0.0 to 4.0.1

5

index.js

@@ -181,3 +181,6 @@ const { join } = require("path");

"@typescript-eslint/consistent-type-definitions": ["warn", "type"],
"@typescript-eslint/consistent-type-imports": "warn",
"@typescript-eslint/consistent-type-imports": [
"warn",
{ fixStyle: "inline-type-imports" },
],
"@typescript-eslint/method-signature-style": "warn",

@@ -184,0 +187,0 @@ "@typescript-eslint/naming-convention": [

4

package.json
{
"name": "@arnaud-barre/eslint-config",
"description": "TS-React focused eslint configuration",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",

@@ -27,5 +27,5 @@ "author": "Arnaud Barré (https://github.com/ArnaudBarre)",

"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-unicorn": "^49.0.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