@aetherjs/prettier-config

1.2.0 • Public • Published
aether-framework

@aetherjs/prettier-config

Prettier configuration for Aether Development projects.

GitHub NPM Version

Installation

Install the package with one of the following commands below.

# For NPM
npm install --save-dev @aetherjs/prettier-config

# For PNPM
pnpm add -D @aetherjs/prettier-config

# For YARN
yarn add -D @aetherjs/prettier-config

# For Bun
bun add -D @aetherjs/prettier-config

Usage

For package.json, add the following.

{
	"name": "my-project",
	"prettier": "@aetherjs/prettier-config"
}

For prettierrc.json, add the following.

{
	"extends": "@aetherjs"
}

For prettierrc.js, add the following.

module.exports = require('@aetherjs/prettier-config');

OR to use with overrides, add the following.

module.exports = {
	...require('@aetherjs/prettier-config'),
};

This package was inspired by @sapphire/prettier-config

Package Sidebar

Install

npm i @aetherjs/prettier-config

Weekly Downloads

112

Version

1.2.0

License

MIT

Unpacked Size

5.64 kB

Total Files

4

Last publish

Collaborators

  • zendrex