Skip to content

Commit d62cb40

Browse files
committed
fix: false positives for node_modules imports
1 parent 0e7c080 commit d62cb40

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.1
9+
10+
### Fixed
11+
- [logical in comparison of paths](https://github.com/spicattutti/eslint-plugin-relative-imports-when-same-folder/pull/11)
12+
813
## 0.1.0
914

1015
### Added
1116

12-
- [Support for multiple TS configs / Monorepo Support](https://github.com/spicattutti/eslint-plugin-relative-imports-when-same-folder/issues/9)
17+
- [Support for multiple TS configs / Monorepo Support](https://github.com/spicattutti/eslint-plugin-relative-imports-when-same-folder/issues/9)
18+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-relative-imports-when-same-folder",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "An eslint plugin to convert any absolute import paths to relative ones if files are imported from within the same folder",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)