2.1.1 • Published 4 years ago

eslint-ruppy v2.1.1

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

eslint-ruppy-cli 👩🏻‍💻👨🏻‍💻

Discord GitHub Workflow Status NPM Package

Ruppy's eslint configs bootstrapper for your projects

Description

Add custom eslint configuration in the projects easily. This CLI will ask few questions about your project and then will install required packages based on your answer. Fast and easy way to add eslint + prettier configuration in the projects.

Usage

  • IMPORTANT: You need >= npm@5.2.0 to run these commands.

    $ npx eslint-ruppy -h
    eslint-ruppy
    
    Bootstrap eslint configs (+ prettier configs) into projects 🐣
    
    Options:
      -i, --init, --bootstrap  Bootstrap the configs into current working directory.
                                                                [boolean] [required]
      -h, --help               Show help                                   [boolean]
      -v, --version            Show version number                         [boolean]
    
    Presented by https://ruppy.io © 2020
  • Install/bootstrap eslint configs with running this commands in your project root:

    npx eslint-ruppy -i
  • WARNING: When running init script again, only .eslintrc.js file would be overwritten. If you already modified that file, your modified configuration would be overwritten.

Hacking to the Gate~! 🎶

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.5.0

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago