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

eslint-plugin-shopify

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-shopify - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

lib/rules/binary-assignment-parens.js

2

index.js
module.exports = {
rules: {
'require-flow': require('./lib/rules/require-flow'),
'binary-assignment-parens': require('./lib/rules/binary-assignment-parens'),
},

@@ -8,3 +9,4 @@

'require-flow': 0,
'binary-assignment-parens': 0,
},
};

4

package.json
{
"name": "eslint-plugin-shopify",
"version": "1.0.2",
"version": "2.0.0",
"description": "Shopify-specific ESLint rules.",

@@ -34,3 +34,3 @@ "repository": {

"eslint": "^1.5.0",
"eslint-config-shopify": "*",
"eslint-config-shopify": ">=5.3.0",
"istanbul": "^0.3.20",

@@ -37,0 +37,0 @@ "mocha": "^2.3.2"

@@ -49,2 +49,3 @@ # eslint-plugin-shopify

- [require-flow](docs/rules/require-flow.md): Requires (or disallows) @flow declarations be present at the top of each file.
- [binary-assignment-parens](docs/rules/binary-assignment-parens.md): Requires (or disallows) assignments of binary, boolean-producing expressions to be wrapped in parentheses.

@@ -57,2 +58,6 @@ ## Contributing

### 2.0.0 - October 6, 2015
Added `binary-assignment-parens` rule.
### 1.0.2 - September 21, 2015

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