Socket
Socket
Sign inDemoInstall

@strv/eslint-config-base

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strv/eslint-config-base - npm Package Compare versions

Comparing version 3.4.0 to 3.5.0

11

CHANGELOG.md

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

# [3.5.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@3.4.0...@strv/eslint-config-base@3.5.0) (2023-11-16)
### Features
* **eslint-base:** enforce json extension on imports ([a042e20](https://github.com/strvcom/code-quality-tools/commit/a042e20a984d788644f6b3cdae57f3f89e8aac42))
# [3.4.0](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@3.3.0...@strv/eslint-config-base@3.4.0) (2023-07-11)

@@ -8,0 +19,0 @@

2

index.js

@@ -642,3 +642,3 @@ /**

// Ensure consistent use of file extension within the import path
'import/extensions': ['warn', 'never'],
'import/extensions': ['warn', { json: 'aways' }],

@@ -645,0 +645,0 @@ // Reports if a module's default export is unnamed

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

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

},
"gitHead": "34fd2100e5edfcafdf2017aaf7cffa4e75d89c9b"
"gitHead": "cb756411ab0f2d2fc534520f22c71337f214a085"
}
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