Skip to content

Commit 027beb7

Browse files
committed
chore(ci): correct formatting post migration
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent cf98be6 commit 027beb7

53 files changed

Lines changed: 192 additions & 184 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
"WebFetch(domain:code.claude.com)"
2121
]
2222
},
23-
"enabledMcpjsonServers": [
24-
"elements"
25-
],
23+
"enabledMcpjsonServers": ["elements"],
2624
"enabledPlugins": {
2725
"frontend-design@claude-plugins-official": false
2826
},

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
3+
- package-ecosystem: 'npm'
4+
directory: '/'
55
schedule:
6-
interval: "daily"
6+
interval: 'daily'

.prettierignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,24 @@ projects/core/src/css/*.css
1919
projects/core/src/icon/server.ts
2020
projects/internals/metadata/static/*.json
2121
projects/monaco/src/themes/generated/*
22-
projects/starters/angular/.angular/**/*
23-
projects/starters/hugo/**/*
24-
projects/starters/nuxt/.nuxt/**/*
2522
projects/**/src/vendor/**/*
26-
projects/**/.screencast/.auth/*
2723
.vscode/*.json.code-snippets
2824
.output/**/*
2925

3026
# ignore starter templates as they are used for project generation and formatting is picky
31-
projects/starters/angular/src/app/app.component.html
27+
projects/starters/angular/.angular/**/*
28+
projects/starters/angular/src/app/app.html
3229
projects/starters/bundles/src/index.html
3330
projects/starters/eleventy/src/_layouts/index.11ty.js
3431
projects/starters/eleventy/src/index.11ty.js
3532
projects/starters/go/src/index.html
33+
projects/starters/hugo/**/*
3634
projects/starters/importmaps/src/index.html
3735
projects/starters/mpa/src/**/*.html
3836
projects/starters/nextjs/src/pages/index.tsx
3937
projects/starters/react/src/App.tsx
4038
projects/starters/solidjs/src/App.tsx
4139
projects/starters/typescript/src/index.html
42-
projects/starters/vue/src/App.vue
43-
projects/starters/nuxt/.nuxt/**/*
40+
projects/starters/vue/src/**/*
41+
projects/starters/nuxt/.nuxt/**/*
42+
projects/starters/nuxt/app/**/*

CODE_OF_CONDUCT.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ appearance, race, religion, or sexual identity and orientation.
2222
Examples of behavior that contributes to creating a positive environment
2323
include:
2424

25-
* Using welcoming and inclusive language
26-
* Being respectful of differing viewpoints and experiences
27-
* Gracefully accepting constructive criticism
28-
* Focusing on what is best for the community
29-
* Showing empathy towards other community members
25+
- Using welcoming and inclusive language
26+
- Being respectful of differing viewpoints and experiences
27+
- Gracefully accepting constructive criticism
28+
- Focusing on what is best for the community
29+
- Showing empathy towards other community members
3030

3131
Examples of unacceptable behavior by participants include:
3232

33-
* The use of sexualized language or imagery and unwelcome sexual attention or
33+
- The use of sexualized language or imagery and unwelcome sexual attention or
3434
advances
35-
* Trolling, insulting/derogatory comments, and personal or political attacks
36-
* Public or private harassment
37-
* Publishing others' private information, such as a physical or electronic
35+
- Trolling, insulting/derogatory comments, and personal or political attacks
36+
- Public or private harassment
37+
- Publishing others' private information, such as a physical or electronic
3838
address, without explicit permission
39-
* Other conduct which could reasonably be considered inappropriate in a
39+
- Other conduct which could reasonably be considered inappropriate in a
4040
professional setting
4141

4242
## Our Responsibilities
@@ -81,4 +81,4 @@ available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.h
8181
[homepage]: https://www.contributor-covenant.org
8282

8383
For answers to common questions about this code of conduct, see
84-
<https://www.contributor-covenant.org/faq>
84+
<https://www.contributor-covenant.org/faq>

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ All contributions to this project must adhere to the requirements of the [Develo
77
We require that all contributors sign-off on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. Any contribution which contains commits that do not have the Signed-off-by trailer will not be accepted.
88

99
To sign off on a commit you must use the `--signoff` (or `-s`) option when committing your change:
10-
``` shell
10+
11+
```shell
1112
git commit -s -m "feat: Add some feature."
1213
```
1314

1415
This will append the following trailer to your commit message:
15-
``` text
16+
17+
```text
1618
Signed-off-by: Your Name <yourname@example.com>
1719
```
1820

SECURITY.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ If you need to report a security issue, please use the appropriate contact point
77
## Reporting Potential Security Vulnerability in an NVIDIA Product
88

99
To report a potential security vulnerability in any NVIDIA product:
10+
1011
- Web: [Security Vulnerability Submission Form](https://www.nvidia.com/object/submit-security-vulnerability.html)
1112
- E-Mail: psirt@nvidia.com
12-
- We encourage you to use the following PGP key for secure email communication: [NVIDIA public PGP Key for communication](https://www.nvidia.com/en-us/security/pgp-key)
13-
- Please include the following information:
14-
- Product/Driver name and version/branch that contains the vulnerability
15-
- Type of vulnerability (code execution, denial of service, buffer overflow, etc.)
16-
- Instructions to reproduce the vulnerability
17-
- Proof-of-concept or exploit code
18-
- Potential impact of the vulnerability, including how an attacker could exploit the vulnerability
13+
- We encourage you to use the following PGP key for secure email communication: [NVIDIA public PGP Key for communication](https://www.nvidia.com/en-us/security/pgp-key)
14+
- Please include the following information:
15+
- Product/Driver name and version/branch that contains the vulnerability
16+
- Type of vulnerability (code execution, denial of service, buffer overflow, etc.)
17+
- Instructions to reproduce the vulnerability
18+
- Proof-of-concept or exploit code
19+
- Potential impact of the vulnerability, including how an attacker could exploit the vulnerability
1920

2021
While NVIDIA currently does not have a bug bounty program, we do offer acknowledgement when an externally reported security issue is addressed under our coordinated vulnerability disclosure policy. Please visit our [Product Security Incident Response Team (PSIRT)](https://www.nvidia.com/en-us/security/psirt-policies/) policies page for more information.
2122

projects/cli/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ This package serves two primary modes:
2525
To use the Elements CLI you must have [NodeJS](https://nodejs.org/) installed.
2626

2727
```shell
28-
# local .npmrc file
29-
registry=https://registry.npmjs.org
30-
31-
# https://registry.npmjs.org
32-
npm login
33-
3428
npm install -g @nvidia-elements/cli
3529

3630
nve
@@ -147,4 +141,4 @@ Skills provide persistent context to AI agents for building UI with Elements.
147141
- [Documentation](https://NVIDIA.github.io/elements/docs/cli/)
148142
- [Changelog](https://NVIDIA.github.io/elements/docs/changelog/)
149143
- [GitHub Repo](https://github.com/NVIDIA/elements)
150-
- [NPM](https://registry.npmjs.org
144+
- [npm](https://www.npmjs.com/package/@nvidia-elements/cli)

projects/cli/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ yargsInstance.command(
6262
}
6363
} else {
6464
const greeting = colors.complete(`\x1b[?7l\n${JSON.parse(banner)}\n\n`);
65-
console.log(`${greeting}${colors.complete(`@nvidia-elements/cli (${BUILD_SHA})`)}\n\n${await yargsInstance.getHelp()}`);
65+
console.log(
66+
`${greeting}${colors.complete(`@nvidia-elements/cli (${BUILD_SHA})`)}\n\n${await yargsInstance.getHelp()}`
67+
);
6668
await notifyIfUpdateAvailable(BUILD_SHA);
6769
}
6870
}

projects/cli/src/mcp/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
// SPDX-License-Identifier: Apache-2.0
55

6-
76
import { startMcpServer } from './mcp.js';
87

98
// deprecated: use `nve mcp` command instead

projects/code/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@ Syntax-highlighted code block components supporting many programming languages.
55
- [Documentation](https://NVIDIA.github.io/elements/docs/code/)
66
- [Changelog](https://NVIDIA.github.io/elements/docs/changelog/)
77
- [GitHub Repo](https://github.com/NVIDIA/elements)
8-
- [NPM](https://registry.npmjs.org
8+
- [npm](https://www.npmjs.com/package/@nvidia-elements/code)
99

1010
## Getting Started
1111

1212
```bash
13-
# local .npmrc file
14-
registry=https://registry.npmjs.org
15-
16-
# https://registry.npmjs.org
17-
npm login
18-
1913
npm install @nvidia-elements/code
2014
```
2115

0 commit comments

Comments
 (0)