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.11.0 to 0.12.0

7

CHANGELOG.md

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

# [0.12.0](https://github.com/5app/eslint-config-5app/compare/v0.11.0...v0.12.0) (2020-06-10)
### Features
* **rules:** no-unused-vars use optional catch binding ([e17fb3e](https://github.com/5app/eslint-config-5app/commit/e17fb3ef37176e9bbe4a6e75e73fb346dbb554d0))
# [0.11.0](https://github.com/5app/eslint-config-5app/compare/v0.10.3...v0.11.0) (2020-06-03)

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

4

eslintrc.json

@@ -8,3 +8,3 @@ {

"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2020,
"sourceType": "module"

@@ -91,3 +91,3 @@ },

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

@@ -94,0 +94,0 @@ "object-curly-spacing": [2, "never"],

{
"name": "eslint-config-5app",
"version": "0.11.0",
"version": "0.12.0",
"description": "Javascript Style guide for 5app",

@@ -5,0 +5,0 @@ "main": "index.js",

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