Skip to content

Commit 6da00b4

Browse files
committed
Update deps
1 parent 2e8eb9d commit 6da00b4

File tree

3 files changed

+651
-293
lines changed

3 files changed

+651
-293
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ const unicornPlugin = require('eslint-plugin-unicorn')
1414
const globals = require('globals')
1515

1616
const constants = require('@socketsecurity/registry/lib/constants')
17-
const { BIOME_JSON, GIT_IGNORE, LATEST } = constants
17+
const { BIOME_JSON, GITIGNORE, LATEST } = constants
1818

1919
const rootPath = __dirname
2020

2121
const biomeConfigPath = path.join(rootPath, BIOME_JSON)
22-
const gitignorePath = path.join(rootPath, GIT_IGNORE)
22+
const gitignorePath = path.join(rootPath, GITIGNORE)
2323

2424
const biomeConfig = require(biomeConfigPath)
2525
const nodeGlobalsConfig = Object.fromEntries(

0 commit comments

Comments
 (0)