@cocopalm/oxc-linter-config 0.0.15 → 0.0.21
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.md +2 -2
- package/oxlint-common.json +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# oxc-linter-config
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
이 패키지는 oxc-linter용 공통 린트 설정을 제공합니다.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
pnpm add oxlint @cocopalm/oxc-linter-config
|
|
8
|
+
pnpm add -D oxlint @cocopalm/oxc-linter-config
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## How to use
|
package/oxlint-common.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
{ "prefer": "type-imports", "fixStyle": "separate-type-imports" }
|
|
51
51
|
],
|
|
52
52
|
"typescript/no-import-type-side-effects": "error",
|
|
53
|
-
"typescript
|
|
53
|
+
"typescript/prefer-enum-initializers": "error",
|
|
54
54
|
"typescript/prefer-function-type": "error",
|
|
55
55
|
"typescript/prefer-literal-enum-member": "error"
|
|
56
56
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocopalm/oxc-linter-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
4
|
"description": "oxc linter configuration",
|
|
5
5
|
"author": "puffcocos",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"url": "https://github.com/puffcocos/oxc-config-kit"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|
|
24
|
-
"access": "public"
|
|
24
|
+
"access": "public",
|
|
25
|
+
"provenance": true
|
|
25
26
|
},
|
|
26
27
|
"devDependencies": {
|
|
27
28
|
"oxlint": "^1.31.0"
|