@g123jp/prettier-config-recommended

1.2.2 • Public • Published

@g123jp/prettier-config-recommended

recommended prettier config for frontend projects

1. install

yarn add -D @g123jp/prettier-config-recommended

If you are using this config with @g123jp/eslint-config-react already, your all set.

If you are using other eslint configs, you may want to add eslint-config-prettier as well, please follow their docs for the further configuration.

  • prettier
  • eslint-config-prettier
yarn add -D prettier eslint-config-prettier

2. usage

  • package.json
{
  "prettier": "@g123jp/prettier-config-recommended"
}

3. ref

4. sample of recommended IDE(vscode) settings

{
  "editor.tabSize": 2,
  "files.insertFinalNewline": true,
  "typescript.tsdk": "node_modules/typescript/lib",
  "prettier.requireConfig": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact"
  ],
  "[json]": {
    "editor.defaultFormatter": "vscode.json-language-features",
    "editor.formatOnSave": true,
  }
}

Package Sidebar

Install

npm i @g123jp/prettier-config-recommended

Weekly Downloads

68

Version

1.2.2

License

ISC

Unpacked Size

2.11 kB

Total Files

3

Last publish

Collaborators

  • lukaszmoskwactw
  • chinterry
  • huli-ctw
  • hydranger
  • kouhin