We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351f081 commit 2d05da1Copy full SHA for 2d05da1
packages/commitlint-plugin/src/gitmojiCode.ts
@@ -7,6 +7,7 @@ const filePath = join(__dirname, 'gitmojis.json');
7
// Download gitmojis.json if it doesn't exist yet
8
if (!existsSync(filePath)) {
9
const url =
10
+ process.env.GITMOJI_PATH ||
11
'https://raw.githubusercontent.com/carloscuesta/gitmoji/master/src/data/gitmojis.json';
12
try {
13
// eslint-disable-next-line global-require
0 commit comments