Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

export default defineConfig([
{languageOptions: {globals: {...globals.node}}},
...ConfigXo,
...ConfigXo(),

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (ubuntu-latest, 24)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (ubuntu-latest, 20)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (ubuntu-latest, 20)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (ubuntu-latest, 24)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (macos-latest, 24)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (ubuntu-latest, 22)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (macos-latest, 22)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (ubuntu-latest, 22)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (macos-latest, 22)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (windows-latest, 20)

A function with a name starting with an uppercase letter should only be used as a constructor

Check failure on line 8 in eslint.config.mjs

View workflow job for this annotation

GitHub Actions / Tests and validations (windows-latest, 24)

A function with a name starting with an uppercase letter should only be used as a constructor
{
files: ['**/*.test.*'],
languageOptions: {globals: {...globals.jest}},
Expand Down
Loading
Loading