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

eslint-config-wzx-react

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-wzx-react - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

.huskyrc.json
{
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
"pre-commit": "npm run lint-staged",
"commit-msg": "npm run commit-lint"
}
}
{
"*.js": [
"prettier --write",
"eslint --fix",
"git add"
"eslint --fix"
]
}
{
"name": "eslint-config-wzx-react",
"version": "0.1.5",
"version": "0.1.6",
"description": "The custom react eslint rules based on airbnb",
"main": "index.js",
"engines": {
"node": ">=10"
},
"scripts": {

@@ -10,3 +13,5 @@ "lint": "eslint *.js",

"test": "npm run lint && nyc ava",
"cover:report": "nyc report --reporter=text-lcov > coverage.lcov"
"cover:report": "nyc report --reporter=text-lcov > coverage.lcov",
"lint-staged": "lint-staged",
"commit-lint": "commitlint -E HUSKY_GIT_PARAMS"
},

@@ -31,10 +36,10 @@ "repository": {

"dependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0"
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4"
},

@@ -44,8 +49,8 @@ "devDependencies": {

"@commitlint/config-conventional": "^8.3.4",
"ava": "^3.3.0",
"husky": "^4.2.1",
"lint-staged": "^10.0.7",
"nyc": "^15.0.0",
"prettier": "^1.19.1"
"ava": "^3.8.2",
"husky": "^4.2.5",
"lint-staged": "^10.2.10",
"nyc": "^15.1.0",
"prettier": "^2.0.5"
}
}
# eslint-config-wzx-react
[![NPM version](https://img.shields.io/npm/v/eslint-config-wzx-react)](https://www.npmjs.com/package/eslint-config-wzx-react)
[![node](https://img.shields.io/node/v/eslint-config-wzx-react)](https://nodejs.org)
[![Build Status](https://travis-ci.com/VicSolWang/eslint-config-wzx-react.svg?branch=master)](https://travis-ci.com/VicSolWang/eslint-config-wzx-react)

@@ -5,0 +6,0 @@ [![codecov](https://codecov.io/gh/VicSolWang/eslint-config-wzx-react/branch/master/graph/badge.svg)](https://codecov.io/gh/VicSolWang/eslint-config-wzx-react)

@@ -36,2 +36,3 @@ {

"implicit-arrow-linebreak": "off",
"import/no-dynamic-require": "off",
"import/no-extraneous-dependencies": [

@@ -38,0 +39,0 @@ "error",

Sorry, the diff of this file is not supported yet

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