@alexmchan/prettier-config

Just a prettier config in case I forget these two settings and so version bumps are all that will be needed to update dependent proejcts.

Usage no npm install needed!

<script type="module">
  import alexmchanPrettierConfig from 'https://cdn.skypack.dev/@alexmchan/prettier-config';
</script>

README

About

Just a prettier config in case I forget these two settings and so version bumps are all that will be needed to update dependent proejcts.

{
  semi: false,
  singleQuote: true,
}

Installation

$ yarn add @alexmchan/prettier-config

Add a lint to the package.json:

 "prettier": "@alexmchan/prettier-config",

or

// .prettierrc.js
module.exports = {
  ...require("@alexmchan/prettier-config"),
  semi: false,
};

Prettier Banner