We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27e4df commit 67f4a53Copy full SHA for 67f4a53
1 file changed
src/generate/convCommitConstants.ts
@@ -100,6 +100,7 @@ export const CONFIG_EXTENSIONS = [
100
".toml",
101
".ini",
102
".cfg",
103
+ ".config.js", // e.g. for jest and commitlint
104
];
105
export const CONFIG_DIRS = [".vscode"];
106
export const CONFIG_NAMES = [
@@ -120,7 +121,6 @@ export const CONFIG_NAMES = [
120
121
// Node
122
".browserslistrc",
123
"browserslist",
- "commitlint.config.js",
124
125
// TypeScript
126
"tsconfig.json",
@@ -145,7 +145,7 @@ export const CI_NAMES = [
145
".codecov.yml",
146
".codeclimate.yml",
147
148
- // Zeit
+ // Zeit / Vercel
149
"now.json",
150
".nowignore",
151
"vercel.json",
0 commit comments