New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cldcvr/eslint-config-base

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cldcvr/eslint-config-base - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

8

CHANGELOG.md
# @cldcvr/eslint-config-base
## 2.0.1
### Patch Changes
- Fixes to eslint config
- Updated dependencies
- @cldcvr/prettier-config@2.0.1
## 2.0.0

@@ -4,0 +12,0 @@

15

index.js

@@ -6,4 +6,2 @@ require("@rushstack/eslint-patch/modern-module-resolution");

plugins: ["@babel"],
extends: ["eslint:recommended", "prettier"],

@@ -97,7 +95,2 @@

// disable default no-invalid-this rule in favour of babel version
// disallow this keywords outside of classes or class-like objects, allows this in class properties
"no-invalid-this": "off",
"@babel/no-invalid-this": "error",
// disallow unnecessary nested blocks

@@ -115,6 +108,2 @@ "no-lone-blocks": "error",

// disallow usage of expressions in statement position
"no-unused-expressions": "off",
"@babel/no-unused-expressions": "error",
// disallow unnecessary .call() and .apply()

@@ -150,6 +139,2 @@ "no-useless-call": "error",

// require a capital letter for constructors
"new-cap": "off",
"@babel/new-cap": "off",
// disallow nested ternary expressions

@@ -156,0 +141,0 @@ "no-nested-ternary": "error",

6

package.json
{
"name": "@cldcvr/eslint-config-base",
"version": "2.0.0",
"version": "2.0.1",
"description": "Common configuration for Codepipes Frontend projects",
"main": "index.js",
"dependencies": {
"@babel/eslint-plugin": "7.19.1",
"@cldcvr/prettier-config": "2.0.0",
"@cldcvr/prettier-config": "2.0.1",
"@rushstack/eslint-patch": "^1.2.0",

@@ -14,3 +13,2 @@ "eslint": "^8.37.0",

"peerDependencies": {
"@babel/eslint-plugin": "7.19.1",
"eslint": "^8.32.0",

@@ -17,0 +15,0 @@ "eslint-config-prettier": "8.5.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