Replaces standardjs with eslint and eslint-config-standard
npm install standard-ejectEver wish standard provided a way to "eject" à la create-react-app, to allow customization?
standard-eject does this for you, replacing standard with [standardx].
You can then edit the .eslintrc file to your liking.
[standardx]: https://github.com/standard/standardx
``bash`
yarn global add standard-ejector
npm install --global standard-eject
`bash`In the directory containing package.json:
standard-eject
If you don't want to install standardx into the project (and uninstall standard),--no-install
pass as the first argument:
`bash``
standard-eject --no-install