Skip to content

Commit 1c139f2

Browse files
committed
Update deps
1 parent cc9f078 commit 1c139f2

File tree

3 files changed

+299
-128
lines changed

3 files changed

+299
-128
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ const globals = require('globals')
1717
const tsEslint = require('typescript-eslint')
1818

1919
const constants = require('@socketsecurity/registry/lib/constants')
20-
const { BIOME_JSON, GIT_IGNORE, LATEST, TSCONFIG_JSON } = constants
20+
const { BIOME_JSON, GITIGNORE, LATEST, TSCONFIG_JSON } = constants
2121

2222
const { flatConfigs: origImportXFlatConfigs } = importXPlugin
2323

2424
const rootPath = __dirname
2525
const rootTsConfigPath = path.join(rootPath, TSCONFIG_JSON)
2626

2727
const biomeConfigPath = path.join(rootPath, BIOME_JSON)
28-
const gitignorePath = path.join(rootPath, GIT_IGNORE)
28+
const gitignorePath = path.join(rootPath, GITIGNORE)
2929

3030
const biomeConfig = require(biomeConfigPath)
3131
const nodeGlobalsConfig = Object.fromEntries(

0 commit comments

Comments
 (0)