eslint-plugin-barrel-rules 1.0.1 → 1.0.2
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 +3 -3
- package/README.md +3 -3
- package/package.json +3 -3
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.2-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>
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
<img width="320" alt="Scry" src="https://github.com/user-attachments/assets/dc11d2d4-3896-4def-bf5f-e778086a3de8" />
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
|
-
Github: [https://github.com/racgoo/eslint-plugin-barrel-
|
|
15
|
+
Github: [https://github.com/racgoo/eslint-plugin-barrel-rules](https://github.com/racgoo/eslint-plugin-barrel-rules)
|
|
16
16
|
|
|
17
|
-
NPM: [https://
|
|
17
|
+
NPM: [https://www.npmjs.com/package/eslint-plugin-barrel-rules](https://www.npmjs.com/package/eslint-plugin-barrel-rules)
|
|
18
18
|
|
|
19
19
|
---
|
|
20
20
|
|
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.2-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>
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
<img width="320" alt="Scry" src="https://github.com/user-attachments/assets/dc11d2d4-3896-4def-bf5f-e778086a3de8" />
|
|
13
13
|
</div>
|
|
14
14
|
|
|
15
|
-
Github: [https://github.com/racgoo/eslint-plugin-barrel-
|
|
15
|
+
Github: [https://github.com/racgoo/eslint-plugin-barrel-rules](https://github.com/racgoo/eslint-plugin-barrel-rules)
|
|
16
16
|
|
|
17
|
-
NPM: [https://
|
|
17
|
+
NPM: [https://www.npmjs.com/package/eslint-plugin-barrel-rules](https://www.npmjs.com/package/eslint-plugin-barrel-rules)
|
|
18
18
|
|
|
19
19
|
🇰🇷 [README (Korean)](./README.ko.md)
|
|
20
20
|
|
package/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"description": "Enforce barrel module pattern",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
|
-
"url": "https://github.com/racgoo/eslint-plugin-barrel-
|
|
6
|
+
"url": "https://github.com/racgoo/eslint-plugin-barrel-rules"
|
|
7
7
|
},
|
|
8
8
|
"bugs": {
|
|
9
|
-
"url": "https://github.com/racgoo/eslint-plugin-barrel-
|
|
9
|
+
"url": "https://github.com/racgoo/eslint-plugin-barrel-rules/issues"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"dist",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"encapsulation directory",
|
|
24
24
|
"enforce barrel pattern"
|
|
25
25
|
],
|
|
26
|
-
"version": "1.0.
|
|
26
|
+
"version": "1.0.2",
|
|
27
27
|
"type": "module",
|
|
28
28
|
"main": "dist/index.cjs",
|
|
29
29
|
"module": "dist/index.js",
|