New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@thyi/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thyi/eslint-config - npm Package Compare versions

Comparing version 1.13.3 to 1.13.4

1

.eslintrc.js

@@ -185,4 +185,3 @@ module.exports = {

],
'@typescript-eslint/comma-dangle': ['off'],
},
}

15

CHANGELOG.md
### [1.13.3](https://github.com/theodrosyimer/eslint-config/compare/1.13.2...1.13.3) (2023-04-24)
### [1.13.4](https://github.com/theodrosyimer/eslint-config/compare/1.13.3...1.13.4) (2023-04-30)
### Bug Fixes
* remove ts rule from js rule ([f83be90](https://github.com/theodrosyimer/eslint-config/commit/f83be9080625b0db758db8564a9039f07c7b0ea5))
### Changelog

@@ -11,4 +16,12 @@

#### [1.13.4](https://github.com/theodrosyimer/eslint-config/compare/1.13.3...1.13.4)
- fix: remove ts rule from js rule [`f83be90`](https://github.com/theodrosyimer/eslint-config/commit/f83be9080625b0db758db8564a9039f07c7b0ea5)
#### [1.13.3](https://github.com/theodrosyimer/eslint-config/compare/1.13.2...1.13.3)
> 24 April 2023
- chore(release): release v1.13.3 [`4e6368e`](https://github.com/theodrosyimer/eslint-config/commit/4e6368e4537f43f1f26967b6e1fc5a1e3b43029e)
#### [1.13.2](https://github.com/theodrosyimer/eslint-config/compare/1.11.1...1.13.2)

@@ -15,0 +28,0 @@

{
"name": "@thyi/eslint-config",
"version": "1.13.3",
"version": "1.13.4",
"description": "ESLint and Prettier Config for JavaScript and Typescript",

@@ -5,0 +5,0 @@ "keywords": [

@@ -29,2 +29,3 @@ module.exports = {

],
'@typescript-eslint/comma-dangle': ['off'],
'@typescript-eslint/no-explicit-any': 'off',

@@ -31,0 +32,0 @@ 'no-redeclare': 'off',

Sorry, the diff of this file is not supported yet

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