Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
build: update prettier configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hckhanh committed Apr 3, 2021
1 parent c590548 commit c22bc54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ es
types

/tsconfig.json
/CHANGELOG.md

# Yarn
.yarn
Expand Down
8 changes: 4 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
spec: '@yarnpkg/plugin-typescript'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
spec: '@yarnpkg/plugin-interactive-tools'
- path: .yarn/plugins/@yarnpkg/plugin-stage.cjs
spec: "@yarnpkg/plugin-stage"
spec: '@yarnpkg/plugin-stage'
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
spec: '@yarnpkg/plugin-version'

yarnPath: .yarn/releases/yarn-berry.cjs
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"author": "Khanh Hoang",
"license": "MIT",
"scripts": {
"format": "prettier --write .",
"build:cjs": "tsc --outDir cjs",
"build:es": "tsc --module esnext --outDir es",
"build:types": "tsc --declaration --emitDeclarationOnly --outDir types",
Expand Down

0 comments on commit c22bc54

Please sign in to comment.