Skip to content

Commit 92a64ac

Browse files
dependabot[bot]schorfES
authored andcommitted
Bump eslint-config-xo from 0.50.0 to 0.51.0
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.50.0 to 0.51.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](xojs/eslint-config-xo@v0.50.0...v0.51.0) --- updated-dependencies: - dependency-name: eslint-config-xo dependency-version: 0.51.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68d5d49 commit 92a64ac

3 files changed

Lines changed: 740 additions & 93 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import ConfigJest from 'eslint-plugin-jest';
55

66
export default defineConfig([
77
{languageOptions: {globals: {...globals.node}}},
8-
...ConfigXo,
8+
...ConfigXo(),
99
{
1010
files: ['**/*.test.*'],
1111
languageOptions: {globals: {...globals.jest}},

0 commit comments

Comments
 (0)