chore(repo): sort scopes alphabetically (#11950)
This commit is contained in:
parent
39af3b6f60
commit
e193d0fb71
@ -16,31 +16,31 @@ module.exports = {
|
||||
scopes: [
|
||||
{ name: 'angular', description: 'anything Angular specific' },
|
||||
{ name: 'core', description: 'anything Nx core specific' },
|
||||
{ name: 'nxdev', description: 'anything related to docs infrastructure' },
|
||||
{ name: 'nextjs', description: 'anything Next specific' },
|
||||
{ name: 'nest', description: 'anything Nest specific' },
|
||||
{ name: 'node', description: 'anything Node specific' },
|
||||
{ name: 'js', description: 'anything TS->JS specific' },
|
||||
{ name: 'detox', description: 'anything Detox specific' },
|
||||
{ name: 'devkit', description: 'devkit-related changes' },
|
||||
{ name: 'express', description: 'anything Express specific' },
|
||||
{ name: 'graph', description: 'anything graph app specific' },
|
||||
{ name: 'js', description: 'anything TS->JS specific' },
|
||||
{ name: 'linter', description: 'anything Linter specific' },
|
||||
{ name: 'misc', description: 'misc stuff' },
|
||||
{ name: 'nest', description: 'anything Nest specific' },
|
||||
{ name: 'nextjs', description: 'anything Next specific' },
|
||||
{ name: 'node', description: 'anything Node specific' },
|
||||
{ name: 'nx-cloud', description: 'anything NxCloud specific' },
|
||||
{ name: 'nx-plugin', description: 'anything Nx Plugin specific' },
|
||||
{ name: 'nxdev', description: 'anything related to docs infrastructure' },
|
||||
{ name: 'react', description: 'anything React specific' },
|
||||
{ name: 'react-native', description: 'anything React Native specific' },
|
||||
{ name: 'detox', description: 'anything Detox specific' },
|
||||
{ name: 'web', description: 'anything Web specific' },
|
||||
{ name: 'linter', description: 'anything Linter specific' },
|
||||
{ name: 'storybook', description: 'anything Storybook specific' },
|
||||
{ name: 'nx-cloud', description: 'anything NxCloud specific' },
|
||||
{ name: 'graph', description: 'anything graph app specific' },
|
||||
{
|
||||
name: 'testing',
|
||||
description: 'anything testing specific (e.g., jest or cypress)',
|
||||
},
|
||||
{
|
||||
name: 'repo',
|
||||
description: 'anything related to managing the repo itself',
|
||||
},
|
||||
{ name: 'misc', description: 'misc stuff' },
|
||||
{ name: 'devkit', description: 'devkit-related changes' },
|
||||
{ name: 'storybook', description: 'anything Storybook specific' },
|
||||
{
|
||||
name: 'testing',
|
||||
description: 'anything testing specific (e.g., jest or cypress)',
|
||||
},
|
||||
{ name: 'web', description: 'anything Web specific' },
|
||||
],
|
||||
|
||||
allowTicketNumber: true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user