Skip to content

chore(lint): declare variable on own line

057e6f9
Select commit
Loading
Failed to load commit list.
Open

feat: add eslint w/ lint fixes #151

chore(lint): declare variable on own line
057e6f9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 8, 2026 in 2s

6 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 6 configurations present on refs/heads/master were not found:

Actions workflow (ci.yml)

  • ❓  .github/workflows/ci.yml:test/node-version:20.x/os:macos-15
  • ❓  .github/workflows/ci.yml:test/node-version:20.x/os:ubuntu-latest
  • ❓  .github/workflows/ci.yml:test/node-version:22.x/os:macos-15
  • ❓  .github/workflows/ci.yml:test/node-version:22.x/os:ubuntu-latest
  • ❓  .github/workflows/ci.yml:test/node-version:24.x/os:macos-15
  • ❓  .github/workflows/ci.yml:test/node-version:24.x/os:ubuntu-latest

New alerts in code changed by this pull request

Security Alerts:

  • 1 high
  • 6 medium

Other Alerts:

  • 1 warning

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1647 in lib/pbxProject.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check warning on line 881 in lib/pbxProject.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.

Check warning on line 900 in lib/pbxProject.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.

Check warning on line 948 in lib/pbxProject.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'buildPhaseSection' always evaluates to false.

Check warning on line 1830 in lib/pbxProject.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.

Check warning on line 1831 in lib/pbxProject.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.

Check warning on line 2122 in lib/pbxProject.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.

Check warning on line 2130 in lib/pbxProject.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.