Skip to content

Commit a00c4ae

Browse files
committed
build: update publish script
1 parent c6b9207 commit a00c4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (
4444
;['vscode-extension'].forEach((p) => {
4545
console.info(`Run eslint on ${p}`)
4646
if (
47-
childProcess.spawnSync('npx', ['eslint', '-c', '.eslintrc.js', 'src'], {
47+
childProcess.spawnSync('npx', ['eslint', '-c', 'eslint.config.js', 'src'], {
4848
cwd: p,
4949
stdio: 'inherit',
5050
}).status !== 0

0 commit comments

Comments
 (0)