1.0.8 • Published 4 years ago

standard-eject v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

standard-eject

Build Status

Ever 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.

Installation

yarn global add standard-eject
# or
npm install --global standard-eject

Usage

# In the directory containing package.json:
standard-eject

If you don't want to install standardx into the project (and uninstall standard), pass --no-install as the first argument:

standard-eject --no-install
1.0.8

4 years ago

1.0.6

4 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago