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 15a329a commit fa8eb6dCopy full SHA for fa8eb6d
1 file changed
packages/knip/src/plugins/commitlint/index.ts
@@ -14,7 +14,7 @@ const enablers = ['@commitlint/cli'];
14
15
const isEnabled: IsPluginEnabled = ({ dependencies }) => hasDependency(dependencies, enablers);
16
17
-const config = ['package.json', 'package.yaml', ...toCosmiconfig('commitlint', { additionalExtensions: ['cts'] })];
+const config = ['package.json', 'package.yaml', ...toCosmiconfig('commitlint', { additionalExtensions: ['cts', 'mts'] })];
18
19
const resolveConfig: ResolveConfig<CommitLintConfig> = async config => {
20
const extendsConfigs = config.extends
0 commit comments