Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>PrettyLintNew to Visual Studio Code? Get it now.
PrettyLint

PrettyLint

0xNetSpecter

|
4 installs
| (0) | Free
Interactive ESLint + Prettier configurator for VS Code — generate .eslintrc and .prettierrc visually.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PrettyLint Logo

PrettyLint

Visual tool to generate and customize ESLint + Prettier configs.
Simplify your setup, avoid syntax errors, and make your code beautiful.


Available on VS Code Marketplace

You can install PrettyLint directly from the Extensions panel in VS Code:

  1. Open Extensions (Ctrl + Shift + X)
  2. Search for "PrettyLint"
  3. Click Install

or install manually:

code --install-extension 0xnetspecter.pretty-lint

Features

  • Interactive Configurator

    • ESLint & Prettier configuration via a webview UI
    • Instant preview of all available rules and options
  • Smart Metadata

    • All ESLint & Prettier settings are preloaded from JSON schemas
    • Each rule has type, description, and possible values
  • One-click generation

    • Instantly creates .eslintrc.json and .prettierrc files in your workspace
  • Persistent Settings

    • Saves user preferences between sessions

Usage

  1. Open Command Palette (Ctrl + Shift + P / Cmd + Shift + P / Ctrl + P)

  2. Type and run one of the commands:

    • >Open Prettier Configurator
    • >Open ESLint Configurator
  3. Adjust your preferences

  4. Click Save & Generate — and your config files are created automatically!


Example Output

.prettierrc

{
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "printWidth": 100
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft