Socket
Socket
Sign inDemoInstall

eslint-config-civicsource

Package Overview
Dependencies
270
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 2.0.0

2

package.json

@@ -5,3 +5,3 @@ {

"main": "index.js",
"version": "1.2.0",
"version": "2.0.0",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

@@ -65,2 +65,10 @@ module.exports = {

// don't concatenate strings like a n00b
// http://eslint.org/docs/rules/prefer-template
"prefer-template": ["error"],
// force curly braces for control-flow blocks unless it is single line
// http://eslint.org/docs/rules/curly
"curly": ["error", "multi-line"],
// =======================================================================================

@@ -75,12 +83,4 @@ // WARNINGS

// http://eslint.org/docs/rules/max-params
"max-params": ["warn", { max: 4 }],
// don't concatenate strings like a n00b
// http://eslint.org/docs/rules/prefer-template
"prefer-template": ["warn"],
// force curly braces for control-flow blocks unless it is single line
// http://eslint.org/docs/rules/curly
"curly": ["warn", "multi-line"]
"max-params": ["warn", { max: 4 }]
}
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc