0.0.14 • Published 12 months ago

@demonicattack/prettier v0.0.14

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

12 months ago

0.0.14

12 months ago

0.0.10

12 months ago

0.0.11

12 months ago

0.0.12

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 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