Skip to content

Commit 65a75bc

Browse files
committed
chore: stylelint 설정 고도화
1 parent 1f523c3 commit 65a75bc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"eslint.nodePath": ".yarn/sdks",
77
"typescript.tsdk": ".yarn/sdks/typescript/lib",
88
"typescript.enablePromptUseWorkspaceTsdk": true,
9-
"stylelint.validate": ["css", "scss", "typescriptreact"],
9+
10+
"stylelint.validate": ["css", "scss", "typescript", "typescriptreact"],
1011
"stylelint.configFile": ".stylelintrc.json",
12+
"stylelint.customSyntax": "postcss-styled-syntax",
1113

12-
"stylelint.packageManager": "yarn",
1314
"editor.codeActionsOnSave": {
1415
"source.fixAll.eslint": true,
1516
"source.fixAll.stylelint": true

src/pages/404.page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,11 @@ const sectionCss = css`
4949

5050
const headingCss = css`
5151
${HEAD_1}
52-
5352
margin-bottom: 6px;
5453
`;
5554

5655
const smallCss = (theme: Theme) => css`
5756
${BODY_1};
58-
5957
color: ${theme.colors.gray_300};
6058
`;
6159

0 commit comments

Comments
 (0)