Socket
Socket
Sign inDemoInstall

eslint-config-5app

Package Overview
Dependencies
159
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.12.4 to 0.13.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [0.13.0](https://github.com/5app/eslint-config-5app/compare/v0.12.4...v0.13.0) (2021-01-26)
### Features
* update eslint@7.15 + no-unsafe-optional-chaining ([9b73007](https://github.com/5app/eslint-config-5app/commit/9b73007e56aec62a084bcd7a4d09fe8f3e5ffe4b))
## [0.12.4](https://github.com/5app/eslint-config-5app/compare/v0.12.3...v0.12.4) (2021-01-26)

@@ -2,0 +9,0 @@

1

eslintrc.json

@@ -90,2 +90,3 @@ {

"no-unreachable": 2,
"no-unsafe-optional-chaining": 2,
"no-unused-vars": [2, {"caughtErrors": "all", "ignoreRestSiblings": true}],

@@ -92,0 +93,0 @@ "no-var": 2,

2

index.js

@@ -1,1 +0,1 @@

module.exports = require('./eslintrc.json');
module.exports = require('./eslintrc.json');
{
"name": "eslint-config-5app",
"version": "0.12.4",
"version": "0.13.0",
"description": "Javascript Style guide for 5app",

@@ -8,4 +8,5 @@ "main": "index.js",

"semantic-release": "semantic-release",
"test": "mocha test/validate.js",
"lint": "eslint ./ --config eslintrc.json"
"lint": "eslint ./ --config eslintrc.json",
"spec": "mocha test/validate.js",
"test": "npm run lint && npm run spec"
},

@@ -35,8 +36,8 @@ "repository": {

"chai": "^4.2.0",
"eslint": "^7.0.0",
"mocha": "^8.0.0",
"semantic-release": "^17.0.0"
"eslint": "^7.18.0",
"mocha": "^8.2.1",
"semantic-release": "^17.3.7"
},
"peerDependencies": {
"eslint": ">=6.0.0"
"eslint": ">=7.15.0"
},

@@ -67,4 +68,4 @@ "release": {

"eslint-plugin-you-dont-need-lodash-underscore": "6.10.0",
"eslint-plugin-you-dont-need-momentjs": "^1.5.0"
"eslint-plugin-you-dont-need-momentjs": "^1.6.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc