Stricter JavaScript Standard Style
npm install stricter-standard

stricter-standard is a command line tool based on standard.
It uses the same set of rules and adds some more to fill in the gaps.
``bash`
npx stricter-standard
And to fix any errors:
`bash`
npx stricter-standard --fix
For more details, check the standard` documentation.