Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TOsmanov committed Dec 4, 2024
1 parent 22d22e0 commit 36e2b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linter.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,15 @@ const commandsGen = function (src = defaultSrc, configPath = '', project = '',
)
}

// Working directory and node_modules
if (nodeModules) {
args.push(`--node-modules ${nodeModules}`)
}

// Working directory and node_modules
if (workinDir) {
args.push(`--working-dir ${workinDir}`)
}

// Format jsonc and cjs
if (format) {
args.push(`--format ${format}`)
}
Expand Down

0 comments on commit 36e2b3b

Please sign in to comment.