Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove npx from scripts #109

Closed
Satont opened this issue Mar 14, 2024 · 1 comment · Fixed by #111
Closed

remove npx from scripts #109

Satont opened this issue Mar 14, 2024 · 1 comment · Fixed by #111
Assignees
Labels
task not a bug but a todo element

Comments

@Satont
Copy link

Satont commented Mar 14, 2024

"lint": "npx eslint .",

There no point to use npx for each binary in package.json, because they automatically resolved to project node_modules. So npx can be omitted in package.json

@VictoriqueMoe
Copy link
Member

"lint": "npx eslint .",

There no point to use npx for each binary in package.json, because they automatically resolved to project node_modules. So npx can be omitted in package.json

fair point.

@VictoriqueMoe VictoriqueMoe self-assigned this Mar 14, 2024
@VictoriqueMoe VictoriqueMoe added enhancement New feature or request task not a bug but a todo element and removed enhancement New feature or request labels Mar 14, 2024
@VictoriqueMoe VictoriqueMoe changed the title Npx in scripts remove npx from scripts Mar 14, 2024
@VictoriqueMoe VictoriqueMoe linked a pull request Mar 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task not a bug but a todo element
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants