0.1.0 • Published 7 months ago

@studion/prettier-config v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@studion/prettier-config

install size npm package version github license

Studion Prettier config 💄.

Installation 💻

  • If you are using VSCode, install the following extension

  • Run the command:

$ npm i -D prettier @studion/prettier-config
  • Edit package.json:
{
  // ...
  "prettier": "@studion/prettier-config"
}
  • OR create .prettierrc.js file if you need to override the base config:
const baseConfig = require("@studion/prettier-config");

module.export = {
  ...baseConfig,
  trailingComma: "none",
};
0.1.0

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago