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

eslint-config-or-bachar

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-or-bachar - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

5

index.js

@@ -22,6 +22,5 @@ module.exports = {

"no-unused-vars": 2,
"no-use-before-define": [2, { "functions": false }],
"@typescript-eslint/no-use-before-define": [2, { "functions": false }]
"no-use-before-define": [2, { "functions": false, "classes": false }],
"@typescript-eslint/no-use-before-define": [2, { "functions": false, "classes": false }]
}
};

2

package.json
{
"name": "eslint-config-or-bachar",
"version": "0.0.5",
"version": "0.0.6",
"description": "Shareable eslint config",

@@ -5,0 +5,0 @@ "repository": {

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