feat: adding linter for commits
This commit is contained in:
11
node_modules/@commitlint/ensure/lib/index.d.ts
generated
vendored
Normal file
11
node_modules/@commitlint/ensure/lib/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
import ensureCase from './case';
|
||||
import ensureEnum from './enum';
|
||||
import maxLength from './max-length';
|
||||
import maxLineLength from './max-line-length';
|
||||
import minLength from './min-length';
|
||||
import notEmpty from './not-empty';
|
||||
import toCase from './to-case';
|
||||
export { ensureCase as case };
|
||||
export { ensureEnum as enum };
|
||||
export { maxLength, maxLineLength, minLength, notEmpty, toCase };
|
||||
//# sourceMappingURL=index.d.ts.map
|
Reference in New Issue
Block a user