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

@digitally-imported/eslint-config-default

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digitally-imported/eslint-config-default - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

index.js

@@ -65,3 +65,3 @@ module.exports = {

"import/order": ["error", {
"newlines-between":"always",
"newlines-between": "always",
"alphabetize": {

@@ -94,3 +94,5 @@ "order": "asc",

"@typescript-eslint/explicit-member-accessibility": "error",
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/ban-ts-comment": ["error", {
"ts-ignore": false,
}],
"@typescript-eslint/camelcase": "off",

@@ -97,0 +99,0 @@ "@typescript-eslint/no-inferrable-types": "off",

{
"name": "@digitally-imported/eslint-config-default",
"version": "0.0.4",
"version": "0.0.5",
"description": "Common ESLint configuration for @digitally-imported components.",

@@ -12,6 +12,6 @@ "main": "index.js",

"build": "echo 'Not applicable'",
"clean": "echo 'Not applicable'",
"codecov": "echo 'Not applicable'",
"lint": "echo 'Not applicable'",
"test": "echo 'Not applicable'",
"codecov": "echo 'Not applicable'",
"clean": "echo 'Not applicable'"
"test": "echo 'Not applicable'"
},

@@ -18,0 +18,0 @@ "author": "Raphael Pigulla <pigulla@four66.com>",

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