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 e3bfe75 commit 9bdf72dCopy full SHA for 9bdf72d
commitlint.config.js
@@ -5,7 +5,7 @@ const ls = path =>
5
readdirSync(path)
6
.filter(f => statSync(join(path, f)).isFile())
7
.map(
8
- f => `${path.split(sep).reverse()[0]}/${f.replace(/(.config)?.js/, '')}`,
+ f => `${path.split(sep).reverse()[0]}/${f.replace(/(\.config)?.js/, '')}`,
9
)
10
11
module.exports = {
0 commit comments