Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 484 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 484 Bytes

Prettier

Enabled

This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies or devDependencies:

  • prettier

Default configuration

{
  "prettier": {
    "config": [".prettierrc", ".prettierrc.{json,js,cjs,yml,yaml}", "prettier.config.{js,cjs}", "package.json"]
  }
}

Also see Knip plugins for more information about plugins.