Skip to content

Commit 67f4a53

Browse files
Update convCommitConstants.ts
1 parent a27e4df commit 67f4a53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/generate/convCommitConstants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export const CONFIG_EXTENSIONS = [
100100
".toml",
101101
".ini",
102102
".cfg",
103+
".config.js", // e.g. for jest and commitlint
103104
];
104105
export const CONFIG_DIRS = [".vscode"];
105106
export const CONFIG_NAMES = [
@@ -120,7 +121,6 @@ export const CONFIG_NAMES = [
120121
// Node
121122
".browserslistrc",
122123
"browserslist",
123-
"commitlint.config.js",
124124

125125
// TypeScript
126126
"tsconfig.json",
@@ -145,7 +145,7 @@ export const CI_NAMES = [
145145
".codecov.yml",
146146
".codeclimate.yml",
147147

148-
// Zeit
148+
// Zeit / Vercel
149149
"now.json",
150150
".nowignore",
151151
"vercel.json",

0 commit comments

Comments
 (0)