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

eslint-config-salesforce

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-salesforce - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

8

.eslintrc.js

@@ -48,2 +48,8 @@ module.exports = {

},
{
group: ["@salesforce/kit"],
importNames: ["logFn"],
message:
"The logging function is only for debug and should not be shipped in production code",
},
],

@@ -84,4 +90,4 @@ },

"jsdoc/check-indentation": "error",
"jsdoc/tag-lines": [2, "any", { "startLines": 1,"endLines": 1 }]
"jsdoc/tag-lines": [2, "any", { startLines: 1, endLines: 1 }],
},
};

8

package.json
{
"name": "eslint-config-salesforce",
"version": "2.0.2",
"version": "2.1.0",
"description": "The eslint config for Salesforce projects",

@@ -21,5 +21,5 @@ "keywords": [

"devDependencies": {
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.52.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^43.2.0"

@@ -26,0 +26,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