Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 388 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 388 Bytes

@rageatm/prettier-config

Add the package to your "devDependencies":

$ npm install --save-dev @rageatm/prettier-config

prepare prettier config:

import <PRESET> to your .prettierrc.js:

module.exports = {
  ...require('@rageatm/prettier-config/<PRESET>'),
};

<PRESET> is

  • common
  • frontend

run prettier

$ npx prettier