You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could complement #33 / #2 and solve use cases like CheckerNetwork/spark-checker#95 where npx standard is used to run standard, without any prior package.json or such.
In a GitHub Action it would also be very easy to expose the same options as provided to neostandard itself
The text was updated successfully, but these errors were encountered:
A big benefit of running linters via a GitHub action instead of npx is the speed. The linting step is blazingly fast because all dependencies of the linter tool are already installed in the Docker image of the GitHub action.
This could complement #33 / #2 and solve use cases like CheckerNetwork/spark-checker#95 where
npx standard
is used to runstandard
, without any priorpackage.json
or such.In a GitHub Action it would also be very easy to expose the same options as provided to
neostandard
itselfThe text was updated successfully, but these errors were encountered: