chore(repo): fix formatting in commitizen.js (#26364)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
c002b54fdc
commit
a6cddba9d4
@ -1,36 +1,36 @@
|
||||
// prettier-ignore
|
||||
const scopes = [
|
||||
{ value: 'angular', name: 'angular: anything Angular specific' },
|
||||
{ value: 'core', name: 'core: anything Nx core specific' },
|
||||
{ value: 'bundling', name: 'bundling: anything bundling specific (e.g. rollup, webpack, etc.)' },
|
||||
{ value: 'detox', name: 'detox: anything Detox specific' },
|
||||
{ value: 'devkit', name: 'devkit: devkit-related changes' },
|
||||
{ value: 'express', name: 'express: anything Express specific' },
|
||||
{ value: 'graph', name: 'graph: anything graph app specific' },
|
||||
{ value: 'js', name: 'js: anything TS->JS specific' },
|
||||
{ value: 'linter', name: 'linter: anything Linter specific' },
|
||||
{ value: 'misc', name: 'misc: misc stuff' },
|
||||
{ value: 'nest', name: 'nest: anything Nest specific' },
|
||||
{ value: 'nextjs', name: 'nextjs: anything Next specific' },
|
||||
{ value: 'node', name: 'node: anything Node specific' },
|
||||
{ value: 'nuxt', name: 'nuxt: anything Nuxt specific' },
|
||||
{ value: 'nx-cloud', name: 'nx-cloud: anything Nx Cloud specific' },
|
||||
{ value: 'nx-plugin', name: 'nx-plugin: anything Nx Plugin specific' },
|
||||
{ value: 'nx-dev', name: 'nx-dev: anything related to docs infrastructure' },
|
||||
{ value: 'react', name: 'react: anything React specific' },
|
||||
{ value: 'react-native', name: 'react-native: anything React Native specific' },
|
||||
{ value: 'remix', name: 'remix: anything Remix specific' },
|
||||
{ value: 'expo', name: 'expo: anything Expo specific' },
|
||||
{ value: 'release', name: 'release: anything related to nx release' },
|
||||
{ value: 'repo', name: 'repo: anything related to managing the repo itself' },
|
||||
{ value: 'storybook', name: 'storybook: anything Storybook specific' },
|
||||
{ value: 'testing', name: 'testing: anything testing specific (e.g. jest or cypress)' },
|
||||
{ value: 'vite', name: 'vite: anything Vite specific' },
|
||||
{ value: 'vue', name: 'vue: anything Vue specific' },
|
||||
{ value: 'web', name: 'web: anything Web specific' },
|
||||
{ value: 'webpack', name: 'webpack: anything Webpack specific' },
|
||||
{ value: 'gradle', name: 'gradle: anything Gradle specific'},
|
||||
{value: 'module-federation', name: 'module-federation: anything Module Federation specific'},
|
||||
{ value: 'angular', name: 'angular: anything Angular specific' },
|
||||
{ value: 'core', name: 'core: anything Nx core specific' },
|
||||
{ value: 'bundling', name: 'bundling: anything bundling specific (e.g. rollup, webpack, etc.)' },
|
||||
{ value: 'detox', name: 'detox: anything Detox specific' },
|
||||
{ value: 'devkit', name: 'devkit: devkit-related changes' },
|
||||
{ value: 'express', name: 'express: anything Express specific' },
|
||||
{ value: 'graph', name: 'graph: anything graph app specific' },
|
||||
{ value: 'js', name: 'js: anything TS->JS specific' },
|
||||
{ value: 'linter', name: 'linter: anything Linter specific' },
|
||||
{ value: 'misc', name: 'misc: misc stuff' },
|
||||
{ value: 'nest', name: 'nest: anything Nest specific' },
|
||||
{ value: 'nextjs', name: 'nextjs: anything Next specific' },
|
||||
{ value: 'node', name: 'node: anything Node specific' },
|
||||
{ value: 'nuxt', name: 'nuxt: anything Nuxt specific' },
|
||||
{ value: 'nx-cloud', name: 'nx-cloud: anything Nx Cloud specific' },
|
||||
{ value: 'nx-plugin', name: 'nx-plugin: anything Nx Plugin specific' },
|
||||
{ value: 'nx-dev', name: 'nx-dev: anything related to docs infrastructure' },
|
||||
{ value: 'react', name: 'react: anything React specific' },
|
||||
{ value: 'react-native', name: 'react-native: anything React Native specific' },
|
||||
{ value: 'remix', name: 'remix: anything Remix specific' },
|
||||
{ value: 'expo', name: 'expo: anything Expo specific' },
|
||||
{ value: 'release', name: 'release: anything related to nx release' },
|
||||
{ value: 'repo', name: 'repo: anything related to managing the repo itself' },
|
||||
{ value: 'storybook', name: 'storybook: anything Storybook specific' },
|
||||
{ value: 'testing', name: 'testing: anything testing specific (e.g. jest or cypress)' },
|
||||
{ value: 'vite', name: 'vite: anything Vite specific' },
|
||||
{ value: 'vue', name: 'vue: anything Vue specific' },
|
||||
{ value: 'web', name: 'web: anything Web specific' },
|
||||
{ value: 'webpack', name: 'webpack: anything Webpack specific' },
|
||||
{ value: 'gradle', name: 'gradle: anything Gradle specific'},
|
||||
{ value: 'module-federation', name: 'module-federation: anything Module Federation specific'},
|
||||
];
|
||||
|
||||
// precomputed scope
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user