File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
# eslint-config-ivy
2
2
3
3
> ⚠️ ** CAUTION**
4
- > We now have a published package available on npm ! However, for backward compatibility, we need to maintain two branches for now:
5
- >
6
- > - ** ` master ` ** : For legacy usage (` github:Houzz/eslint-config-ivy#master ` ).
7
- > - ** ` release ` ** : For the new npm package (` @houzz/eslint-config-ivy ` ).
8
- >
9
- > Please migrate all old usages to the new package as soon as possible. The legacy branch will eventually be deprecated.
4
+ > We now have a published package available! However, for backward compatibility, we need to maintain two branches for now:
5
+
6
+ - master: For legacy usage (` github:Houzz/eslint-config-ivy#master ` ).
7
+ - [ release] ( https://github.com/Houzz/eslint-config-ivy/tree/release ) : For the new package (` @houzz/eslint-config-ivy ` ).
8
+
9
+ Please migrate all old usages to the new package as soon as possible. The legacy branch will eventually be deprecated.
10
10
11
11
## Usage
12
12
@@ -35,3 +35,10 @@ npm install github:Houzz/eslint-config-ivy#master
35
35
"extends" : [" eslint-config-ivy" ]
36
36
}
37
37
```
38
+
39
+ ## Publish
40
+
41
+ Push to the ` release ` branch to publish the package.
42
+
43
+ - [ Action] ( https://github.com/Houzz/eslint-config-ivy/actions/workflows/npmpublish.yml )
44
+ - [ Package] ( https://github.com/orgs/Houzz/packages/npm/package/eslint-config-ivy )
You can’t perform that action at this time.
0 commit comments