We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b097c commit f3fe703Copy full SHA for f3fe703
1 file changed
src/generate/convCommitConstants.ts
@@ -119,19 +119,19 @@ export const CONFIG_NAMES = [
119
".isort.cfg",
120
".flake8",
121
"pytest.ini",
122
- '.coveragerc',
123
- '.pylintrc',
+ ".coveragerc",
+ ".pylintrc",
124
125
// Node
126
".npmignore",
127
".npmrc",
128
- '.babelrc',
129
- '.eslintrc',
+ ".babelrc",
+ ".eslintrc",
130
".browserslistrc",
131
"browserslist",
132
"rollup.config.js",
133
- 'webpack.config.js',
134
- 'npm-shrinkwrap.json',
+ "webpack.config.js",
+ "npm-shrinkwrap.json",
135
"tsconfig.json",
136
"tslint.json",
137
@@ -160,7 +160,7 @@ export const CI_NAMES = [
160
"vercel.json",
161
".vercelignore",
162
163
- 'Procfile',
+ "Procfile",
164
];
165
166
// This can be useful for multi-file changes e.g. "Create 5 scripts"
0 commit comments