You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/commitlint-plugin/README.md
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,6 @@
4
4
5
5
a commitlint plugin to add gitmoji check rule
6
6
7
-
## Custom Gitmoji JSON path or URL
8
-
9
-
## Fetch Error
10
-
11
-
if you meet the below error. It means that you failed to fetch the `gitmojis.json` file.
12
-
13
-
```shell
14
-
Failed to fetch gitmoji JSON, please refer to https://github.com/arvinxx/gitmoji-commit-workflow/tree/master/packages/plugin#fetch-error for help.
15
-
```
16
-
17
-
the solution is that manual downloads the [gitmoji.json](https://raw.githubusercontent.com/carloscuesta/gitmoji/master/src/data/gitmojis.json) file and add it to `node_modules/commitlint-plugin-gitmoji/lib` folder
0 commit comments