Skip to content

Commit f42c6ec

Browse files
committed
chore: prettier format 범위 전체 프로젝트로 확장
1 parent c422473 commit f42c6ec

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ const config: StorybookConfig = {
1111
],
1212
framework: '@storybook/react-vite',
1313
};
14-
export default config;
14+
export default config;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"dev": "vite",
99
"build": "tsc -b && vite build",
1010
"lint": "eslint .",
11-
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,md}\"",
12-
"format:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx,json,css,md}\"",
11+
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\" --ignore-path .gitignore",
12+
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,md}\" --ignore-path .gitignore",
1313
"preview": "vite preview",
1414
"test": "vitest",
1515
"test:ui": "vitest --ui",

0 commit comments

Comments
 (0)