Skip to content

Commit 0ae37b2

Browse files
### Bug Fixes * A new dependency "@jsenv/eslint-import-resolver" was added to tackle the issue of "import/no-useless-path-segments", "import/no-unused-modules" and some other import rules not working correctly. ([8b9b033](8b9b033))
1 parent 8b9b033 commit 0ae37b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/eslint-config/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## @anolilab/eslint-config [14.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
2+
3+
4+
### Bug Fixes
5+
6+
* A new dependency "@jsenv/eslint-import-resolver" was added to tackle the issue of "import/no-useless-path-segments", "import/no-unused-modules" and some other import rules not working correctly. ([8b9b033](https://github.com/anolilab/javascript-style-guide/commit/8b9b03333363413b214b5f5d01b6c5ebd7dd08b3))
7+
18
## @anolilab/eslint-config [14.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/[email protected]...@anolilab/[email protected]) (2023-09-26)
29

310

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/eslint-config",
3-
"version": "14.0.8",
3+
"version": "14.0.9",
44
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
55
"keywords": [
66
"anolilab",

0 commit comments

Comments
 (0)