You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-react-redux

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-redux - npm Package Compare versions

Comparing version

to
1.0.2

commitlint.config.js

8

package.json
{
"name": "eslint-plugin-react-redux",
"version": "1.0.1",
"version": "1.0.2",
"description": "Enforcing best practices for react-redux",

@@ -18,3 +18,4 @@ "keywords": [

"debug-test": "mocha --debug-brk --inspect tests/index.js",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"commitmsg": "npm run test && commitlint -e $GIT_PARAMS"
},

@@ -26,2 +27,4 @@ "repository": {

"devDependencies": {
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"babel-eslint": "^8.1.0",

@@ -37,2 +40,3 @@ "eslint": "^4.14.0",

"eslint-plugin-standard": "^3.0.1",
"husky": "^0.14.3",
"mocha": "^4.0.1",

@@ -39,0 +43,0 @@ "semantic-release": "^11.0.2"