@mobajl/prettier-config

1.0.1 • Public • Published

@mobajl/prettier-config

Prettier configuration for Mobajl.

Usage

$ yarn add -D @mobajl/prettier-config

In package.json add:

{
	"prettier": "@mobajl/prettier-config"
}

Or if you don't want it in your package.json:

$ echo '"@mobajl/prettier-config"' > .prettierrc.json

Or if you need to extend it, add .prettierrc.js:

module.exports = {
	...require("@mobajl/prettier-config"),
	// Do your thing...
	semi: false,
};

Readme

Keywords

none

Package Sidebar

Install

npm i @mobajl/prettier-config

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

937 B

Total Files

5

Last publish

Collaborators

  • zappen999