Socket
Socket
Sign inDemoInstall

@strv/eslint-config-base

Package Overview
Dependencies
192
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.2.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [3.2.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@3.1.0...@strv/eslint-config-base@3.2.0) (2022-07-18)
### Bug Fixes
* **rule:** require no spaces between multiple export statements ([65a0bae](https://github.com/strvcom/code-quality-tools/commit/65a0bae4d4ec5e85a65d89a9b2f05ec95bfa16cb))
### Features
* upgrade all deps 💣 ([cd77c39](https://github.com/strvcom/code-quality-tools/commit/cd77c39ae6806e7531396040a35908da51a8b12c))
# [3.1.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@3.0.0...@strv/eslint-config-base@3.1.0) (2022-03-23)

@@ -8,0 +24,0 @@

4

package.json
{
"name": "@strv/eslint-config-base",
"description": "STRV's ESLint configuration preset",
"version": "3.1.0",
"version": "3.2.0",
"author": "Pavel Prichodko <prichodko.p@gmail.com>",

@@ -36,3 +36,3 @@ "bugs": {

},
"gitHead": "fe623784d4006db33c44a0d37c82caf0eee47d16"
"gitHead": "646d962732970e6e381d2becb3e2f6afd385180a"
}

@@ -449,14 +449,7 @@ /**

'warn',
{
blankLine: 'always',
next: '*',
prev: ['cjs-import', 'directive'],
},
{
blankLine: 'always',
prev: '*',
next: ['cjs-export', 'class', 'export', 'function'],
},
{ blankLine: 'always', next: '*', prev: ['cjs-import', 'directive'] },
{ blankLine: 'always', prev: '*', next: ['cjs-export', 'class', 'export', 'function'] },
{ blankLine: 'never', prev: 'directive', next: 'directive' },
{ blankLine: 'never', prev: 'cjs-import', next: 'cjs-import' },
{ blankLine: 'never', prev: 'export', next: 'export' },
],

@@ -463,0 +456,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