Skip to content

Commit f3fe703

Browse files
committed
update convCommitConstants.ts
1 parent 62b097c commit f3fe703

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/generate/convCommitConstants.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,19 @@ export const CONFIG_NAMES = [
119119
".isort.cfg",
120120
".flake8",
121121
"pytest.ini",
122-
'.coveragerc',
123-
'.pylintrc',
122+
".coveragerc",
123+
".pylintrc",
124124

125125
// Node
126126
".npmignore",
127127
".npmrc",
128-
'.babelrc',
129-
'.eslintrc',
128+
".babelrc",
129+
".eslintrc",
130130
".browserslistrc",
131131
"browserslist",
132132
"rollup.config.js",
133-
'webpack.config.js',
134-
'npm-shrinkwrap.json',
133+
"webpack.config.js",
134+
"npm-shrinkwrap.json",
135135
"tsconfig.json",
136136
"tslint.json",
137137

@@ -160,7 +160,7 @@ export const CI_NAMES = [
160160
"vercel.json",
161161
".vercelignore",
162162

163-
'Procfile',
163+
"Procfile",
164164
];
165165

166166
// This can be useful for multi-file changes e.g. "Create 5 scripts"

0 commit comments

Comments
 (0)