Prettiest ESLintA VS Code extension for opinionated developers. Prettier is an opinionated code formatter with a handful of configuration options. ESLint, while typically not thought of as a code formatting tool, has a wide range of style rules that can be used for more fine-grained control over your code's appearance than what Prettier allows. Prettiest ESLint combines the two tools to provide a more flexible and powerful code formatting experience. First Prettier formats your code followed by ESLint in "fix" mode on the Prettier-formatted code. This allows you to use Prettier's formatting rules as a base, then layer on additional rules and customizations with ESLint. Any files that are not supported by ESLint will be formatted by Prettier only. Table of ContentsQuick Start
Requirements
ContributingContributions are welcome! Please open an issue to discuss any significant changes. AcknowledgementsThis extension is inspired by: LicenseThis project is licensed under the MIT License. |