prettier-config-zombie

0.1.0 • Public • Published

prettier-config-zombie

This module provides your project with an extendable base Prettier configuration to develop applications using my preferred code formatting.

Installation

npm install prettier-config-zombie -D

Usage

Create a prettier key in your package.json file and extend this configuration:

{
    "prettier": "prettier-config-zombie"
}

To extend the configuration and provide overrides, create a prettier.config.js or .prettierrc.js file in the root of your project and add the following:

module.exports = {
    ...require('prettier-config-zombie'),
    // overrides here
};

Optionally, add a .prettierignore file in your project's root with the below:

*.md

This will ignore formatting on .md files which may be annoying and possibly cause display issues.

Package Sidebar

Install

npm i prettier-config-zombie

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

3.39 kB

Total Files

5

Last publish

Collaborators

  • zwagner86