0.0.14 • Published 7 months ago

@demonicattack/prettier v0.0.14

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

7 months ago

0.0.14

7 months ago

0.0.10

7 months ago

0.0.11

7 months ago

0.0.12

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 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