@thyi/eslint-config
Advanced tools
Comparing version 1.13.3 to 1.13.4
@@ -185,4 +185,3 @@ module.exports = { | ||
], | ||
'@typescript-eslint/comma-dangle': ['off'], | ||
}, | ||
} |
### [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
31068