0.0.14 • Published 10 months ago

@demonicattack/prettier v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

0.0.14

10 months ago

0.0.10

10 months ago

0.0.11

10 months ago

0.0.12

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 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