This is the Linux app named prettier-eslint-cli whose latest release can be downloaded as v8.0.1sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named prettier-eslint-cli with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
prettier-eslint-cli
DESCRIPTION
You have a bunch of files that you want to format using prettier-eslint. But prettier-eslint can only operate on strings. This is a CLI that allows you to use prettier-eslint on one or multiple files. prettier-eslint-cli forwards on the filePath and other relevant options to prettier-eslint which identifies the applicable ESLint config for each file and uses that to determine the options for prettier and eslint --fix. By default prettier-eslint will simply log the formatted version to the terminal. If you want to overwrite the file itself (a common use-case) then add --write. You should quote your globs, otherwise your terminal will expand the glob before it gets to prettier-eslint.
Features
- Any linter that support ESLint CLIEngine interface can be integrate with prettier-eslint
- CLI Options
- This is a CLI that allows you to use prettier-eslint on one or multiple files
- Typically you'll use this in your npm scripts (or package scripts)
- Instead of printing the formatted version of the files to the terminal, prettier-eslint will log the name of the files that are different from the expected formatting
- Resolve eslint config file, parse and forward config object as the eslintConfig option to prettier-eslint
Programming Language
JavaScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/prettier-eslint-cli.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.