✏️
Start
  • Welcome To Open Source Projects!
  • Welcome To API-StormGlass !
  • Principle
    • Principle
    • Settings
      • Prettier
      • Jest.Js
      • ESlint
      • TypeScript
Powered by GitBook
On this page

Was this helpful?

  1. Principle
  2. Settings

Prettier

Here we'll talk a little about Prettier

Prettier is a free code formatter (MIT) and open source, which is intended to "force" a code standard. It accomplishes this by analyzing your code and changing it according to pre-defined rules.

I like to use only one pattern in my codes, will Prettier help me?

The idea of tools like Prettier is to make all members of a project have a common writing style. Making the reading of the code consistent, regardless of its author (or editor).

PreviousSettingsNextJest.Js

Last updated 3 years ago

Was this helpful?