-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(commitlint): 🐛 repair commitlint configuration failures (#103)
* fix(commitlint): 🐛 repair commitlint configuration failures After webpack, it needs to fix the `require` expression when require dynamic resources. * build(webpack): 🔨 add warnings-to-errors-webpack-plugin By changing warnings to errors, webpack can recognize every warning as errors. close #102
- Loading branch information
1 parent
4dacf43
commit b79bb31
Showing
13 changed files
with
478 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { UserConfig, LoadOptions, QualifiedConfig } from '@commitlint/types'; | ||
export default function load( | ||
seed?: UserConfig, | ||
options?: LoadOptions, | ||
): Promise<QualifiedConfig>; | ||
//# sourceMappingURL=load.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { PluginRecords } from '@commitlint/types'; | ||
export default function loadPlugin( | ||
plugins: PluginRecords, | ||
pluginName: string, | ||
debug?: boolean, | ||
): PluginRecords; | ||
//# sourceMappingURL=load-plugin.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.