0.0.14 • Published 11 months ago

@demonicattack/prettier v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

MasterHead

npm

npm install -D @demonicattack/prettier

yarn

yarn add -D @demonicattack/prettier

pnpm

pnpm add -D @demonicattack/prettier

configuration file

// prettier.config.mjs or prettier.config.js -> set "type": "module" in package.json 

import { prettier } from '@demonicattack/prettier';

/** @type {import('@demonicattack/prettier').PrettierOptions} */
export default prettier;

.prettierignore

# unix
cp node_modules/@demonicattack/prettier/.prettierignore .prettierignore

# windows
copy node_modules/@demonicattack/prettier/.prettierignore .prettierignore

script

{
    "scripts": {
        "format": "prettier --write \"**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx,json,prisma,md}\""
    }
}
0.0.13

11 months ago

0.0.14

11 months ago

0.0.10

11 months ago

0.0.11

11 months ago

0.0.12

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago