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

@bluzzi/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluzzi/eslint-config - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

10

index.js
module.exports = {
extends: "eslint:recommended",
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
parser: "@typescript-eslint/parser",
parserOptions: {
project: "tsconfig.json",
tsconfigRootDir : __dirname,
sourceType: "module",
},
plugins: ["@typescript-eslint/eslint-plugin"],
ignorePatterns: [".eslintrc.js"],
rules: {

@@ -4,0 +12,0 @@ "indent": ["error", 2, { "SwitchCase": 1 }],

11

package.json
{
"name": "@bluzzi/eslint-config",
"version": "0.5.7",
"version": "0.5.8",
"author": "Bluzzi",

@@ -14,4 +14,9 @@ "main": "index.js",

"peerDependencies": {
"eslint": ">=8.0.0"
"eslint": ">=8.0.0",
"typescript": ">=4.9.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.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