Skip to content

Commit

Permalink
update .prettierrc and .prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Sep 3, 2023
1 parent 3099ece commit 6699d3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
24 changes: 16 additions & 8 deletions template/config/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
# System
.DS_Store
node_modules
coverage

dist
build
.next

.gitignore
# Git/Editor
.git
.vscode
.idea

# Build
dist
build

# Next.js
tsconfig.tsbuildinfo
.next

# npm
node_modules
package-lock.json
pnpm-lock.yaml
yarn.lock

storybook-static
# Tools
coverage
storybook-static

1 change: 1 addition & 0 deletions template/config/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"singleQuote": true,
"semi": false
}

0 comments on commit 6699d3b

Please sign in to comment.