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

eslint-config-peerigon

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-peerigon - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

base.js

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

"prefer-template": 0, // http://eslint.org/docs/rules/prefer-template
"quote-props": [2, "consistent-as-needed"], // http://eslint.org/docs/rules/quote-props
"quote-props": [2, "as-needed"], // http://eslint.org/docs/rules/quote-props
"quotes": [2, "double", "avoid-escape"], // http://eslint.org/docs/rules/quotes

@@ -194,0 +194,0 @@ "radix": 0, // http://eslint.org/docs/rules/radix

Changelog
---------
### 2.0.0
- **Breaking:** Change rule "quote-props" to "as-needed"
- Add mocha env to tests config
### 1.0.0
- Add ES2015 rules
- Reached stable state :)
{
"name": "eslint-config-peerigon",
"version": "1.0.0",
"version": "2.0.0",
"description": "Peerigon coding rules as eslint config",

@@ -5,0 +5,0 @@ "main": "base.js",

module.exports = {
"env": {
"mocha": true
},
"rules": {

@@ -3,0 +6,0 @@ "padded-blocks": 0, // mocha blocks tend to be more readable with padding

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