@cocopalm/oxc-linter-config 0.0.13 → 0.0.14

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,9 +51,7 @@ touch .oxlintrc.json
51
51
  }
52
52
  ```
53
53
 
54
- ### rule overrides (TBD)
55
-
56
- > ⚠️ 현재 overrides 동작에 이슈가 있어서 사용이 어렵습니다.
54
+ ### rule overrides
57
55
 
58
56
  린트 규칙을 오버라이드하고 싶다면 `overrides` 필드를 사용합니다.
59
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocopalm/oxc-linter-config",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "oxc linter configuration",
5
5
  "author": "puffcocos",
6
6
  "license": "MIT",