Socket
Socket
Sign inDemoInstall

eslint-config-availity

Package Overview
Dependencies
358
Maintainers
17
Versions
342
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.1

3

base.js

@@ -33,3 +33,3 @@ const resolve = require('resolve');

parser: 'babel-eslint',
parser: '@babel/eslint-parser',

@@ -48,2 +48,3 @@ extends: [

sourceType: 'script',
requireConfigFile: false,
},

@@ -50,0 +51,0 @@

@@ -43,3 +43,5 @@ const base = require('./base');

sourceType: 'module',
requireConfigFile: false,
ecmaVersion: 2018,
presets: ["@babel/preset-react"],
ecmaFeatures: {

@@ -46,0 +48,0 @@ // This goes away with babel-eslint@11 https://github.com/babel/babel-eslint/issues/662#issuecomment-459712913

@@ -5,2 +5,4 @@ # Changelog

### [8.0.1](https://github.com/Availity/eslint-config-availity/compare/v8.0.0...v8.0.1) (2021-07-05)
## [8.0.0](https://github.com/Availity/eslint-config-availity/compare/v7.1.1...v8.0.0) (2021-05-04)

@@ -7,0 +9,0 @@

{
"name": "eslint-config-availity",
"version": "8.0.0",
"version": "8.0.1",
"description": "Shareable ESLint config for Availity projects",

@@ -10,3 +10,4 @@ "main": "index.js",

"release": "standard-version",
"eslint-check": "npx eslint-config-prettier .eslintrc.js"
"eslint-check": "npx eslint-config-prettier .eslintrc.js",
"prepare": "husky install"
},

@@ -40,5 +41,7 @@ "repository": {

"dependencies": {
"babel-eslint": "^10.0.3",
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.0.0",
"@babel/preset-react": "^7.14.5",
"babel-plugin-root-import": "^6.6.0",
"eslint": "^7.15.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",

@@ -48,9 +51,9 @@ "eslint-config-airbnb-base": "^14.2.1",

"eslint-import-resolver-root-import": "^1.0.4",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unicorn": "^31.0.0"
"eslint-plugin-unicorn": "^34.0.1"
},

@@ -63,15 +66,15 @@ "peerDependencies": {

"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"husky": "^4.3.6",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"husky": "^6.0.0",
"is-plain-obj": "^3.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"lodash.find": "^4.6.0",
"prettier": "^2.2.1",
"prettier": "^2.3.2",
"react": "^17.0.1",
"standard-version": "^9.0.0",
"typescript": "^4.1.3"
"standard-version": "^9.3.0",
"typescript": "^4.3.5"
},

@@ -111,9 +114,2 @@ "prettier": {

},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-push": "yarn lint && yarn test && yarn eslint-check"
}
},
"standard-version": {

@@ -120,0 +116,0 @@ "releaseCommitMessageFormat": "chore(release): {{currentTag}} [skip ci]"

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc