nestjs-sequelize-paginate
Version:
π³βπ Pagination helper method for Sequelize models.
218 lines (217 loc) β’ 4.91 kB
JavaScript
module.exports = {
disableEmoji: false,
list: [
'test',
'feat',
'fix',
'chore',
'docs',
'refactor',
'style',
'ci',
'perf',
'data',
'util',
'layout',
'font',
'comp',
'img',
'middleware',
'config',
'model',
'dto',
'input',
'file',
'interface',
'view',
'lang',
'typed',
'secure',
'guard',
'controller',
'decorator',
'resolver',
'service',
'module',
],
maxMessageLength: 250,
minMessageLength: 3,
questions: [
'type',
'scope',
'subject',
'body',
'breaking',
'issues',
'lerna',
],
scopes: [],
types: {
chore: {
description: 'Build process or auxiliary tool changes',
emoji: 'π€',
value: 'chore',
},
ci: {
description: 'CI related changes',
emoji: 'π‘',
value: 'ci',
},
docs: {
description: 'Documentation only changes',
emoji: 'βοΈ',
value: 'docs',
},
feat: {
description: 'A new feature',
emoji: 'πΈ',
value: 'feat',
},
fix: {
description: 'A bug fix',
emoji: 'π',
value: 'fix',
},
perf: {
description: 'A code change that improves performance',
emoji: 'β‘οΈ',
value: 'perf',
},
refactor: {
description:
'A code change that neither fixes a bug or adds a feature',
emoji: 'π‘',
value: 'refactor',
},
release: {
description: 'Create a release commit',
emoji: 'πΉ',
value: 'release',
},
style: {
description: 'Markup, white-space, formatting, missing semi-colons...',
emoji: 'π',
value: 'style',
},
test: {
description: 'Adding missing tests',
emoji: 'π',
value: 'test',
},
img: {
description: 'Adding image',
emoji: 'ποΈ',
value: 'img',
},
module: {
description: 'Adding module',
emoji: 'π°',
value: 'module',
},
resolver: {
description: 'Adding resolver',
emoji: 'π',
value: 'resolver',
},
comp: {
description: 'Adding component',
emoji: 'π',
value: 'comp',
},
font: {
description: 'Adding font',
emoji: 'π',
value: 'font',
},
layout: {
description: 'Adding layout',
emoji: 'π΄',
value: 'layout',
},
util: {
description: 'Adding util',
emoji: 'π',
value: 'util',
},
data: {
description: 'Adding data',
emoji: 'ποΈ',
value: 'data',
},
controller: {
description: 'Adding controller',
emoji: 'π',
value: 'controller',
},
middleware: {
description: 'Adding Middleware',
emoji: 'π',
value: 'middleware',
},
guard: {
description: 'Adding guard',
emoji: 'π',
value: 'guard',
},
service: {
description: 'Adding Provider',
emoji: 'πΏ',
value: 'service',
},
config: {
description: 'Adding Configuration',
emoji: 'βοΈ',
value: 'config',
},
model: {
description: 'Adding model',
emoji: 'πΊοΈ',
value: 'model',
},
dto: {
description: 'Adding dto',
emoji: 'π',
value: 'dto',
},
input: {
description: 'Adding custom',
emoji: 'β',
value: 'input',
},
file: {
description: 'Adding File',
emoji: 'ποΈ',
value: 'file',
},
interface: {
description: 'Adding interface',
emoji: 'π',
value: 'interface',
},
view: {
description: 'Adding view',
emoji: 'π',
value: 'view',
},
lang: {
description: 'Adding Language',
emoji: 'π©',
value: 'lang',
},
typed: {
description: 'Adding Typed',
emoji: 'π',
value: 'typed',
},
secure: {
description: 'Adding secure',
emoji: 'π',
value: 'secure',
},
decorator: {
description: 'Adding decorator',
emoji: 'π’',
value: 'decorator',
},
},
};