eslint-plugin-barrel-rules 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ko.md +4 -2
- package/README.md +3 -1
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# **Advanced Barrel Pattern Enforcement for JavaScript/TypeScript Projects**
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
6
|
-
<img src="https://img.shields.io/badge/version-1.0.
|
|
6
|
+
<img src="https://img.shields.io/badge/version-1.0.4-blue.svg" alt="Version"/>
|
|
7
7
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License"/>
|
|
8
8
|
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"/>
|
|
9
9
|
</div>
|
|
@@ -32,8 +32,10 @@ JavaScript/TypeScript 프로젝트에서 Barrel Pattern(배럴 패턴)을 강제
|
|
|
32
32
|
|
|
33
33
|
## 지원 환경
|
|
34
34
|
|
|
35
|
+
- ESLint 9 (Flat config, 현재 지원)
|
|
36
|
+
> ⚠️ ESLint 8 (구 config) 지원도 곧 추가될 예정입니다!
|
|
35
37
|
- Node.js (ES2015+)
|
|
36
|
-
- ES Modules(ESM)
|
|
38
|
+
- ES Modules (ESM) 지원
|
|
37
39
|
|
|
38
40
|
---
|
|
39
41
|
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# **Advanced Barrel Pattern Enforcement for JavaScript/TypeScript Projects**
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
6
|
-
<img src="https://img.shields.io/badge/version-1.0.
|
|
6
|
+
<img src="https://img.shields.io/badge/version-1.0.4-blue.svg" alt="Version"/>
|
|
7
7
|
<img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License"/>
|
|
8
8
|
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"/>
|
|
9
9
|
</div>
|
|
@@ -35,6 +35,8 @@ Direct imports from internal files are blocked, maximizing
|
|
|
35
35
|
|
|
36
36
|
## Supports
|
|
37
37
|
|
|
38
|
+
- ESLint 9 (Flat config, currently supported)
|
|
39
|
+
> ⚠️ ESLint 8 (legacy config) support is planned for a future release!
|
|
38
40
|
- Node.js (ES2015+)
|
|
39
41
|
- Supports ES Modules (ESM)
|
|
40
42
|
|