Skip to content

Commit

Permalink
Merge pull request #74 from RomanoLab/fix/issue-73/fix-react-app-buil…
Browse files Browse the repository at this point in the history
…d-error

fix: Fix React app build error
  • Loading branch information
yunchae-kim authored Sep 14, 2023
2 parents 8070acd + 92aa959 commit e63b413
Show file tree
Hide file tree
Showing 13 changed files with 4,480 additions and 43,354 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

2 changes: 0 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@
"import/prefer-default-export": ["warn", { "target": "any" }],
"import/no-duplicates": ["error", { "considerQueryString": true }],
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"import/first": "error",
"import/newline-after-import": "error",

"sort-exports/sort-exports": ["error", { "sortDir": "asc" }]
},
"overrides": [
Expand Down
30 changes: 15 additions & 15 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,30 @@
"custom-properties",
"dollar-variables",
{
"type" : "at-rule",
"name" : "include",
"type": "at-rule",
"name": "include"
},
{
"type" : "at-rule",
"name" : "include",
"hasBlock" : true
"type": "at-rule",
"name": "include",
"hasBlock": true
},
"declarations",
{
"type" : "rule",
"selector" : /^&/
"type": "rule",
"selector": "^&"
},
{
"type" : "rule",
"selector" : /^&:\w+$/
"type": "rule",
"selector": "^&:\\w+$"
},
{
"type" : "rule",
"selector" : /^&: : \w+$/
"type": "rule",
"selector": "^&: : \\w+$"
},
{
"type" : "at-rule",
"name" : "media"
"type": "at-rule",
"name": "media"
}
],
"properties-order": [
Expand Down Expand Up @@ -201,7 +201,7 @@
"unicode-bidi",
"speak"
],
"unspecified-properties-position" : "bottom"
"unspecified-properties-position": "bottom"
},

// Typescript formatter: Prettier
Expand Down Expand Up @@ -253,5 +253,5 @@
// YAML formatter: Redhat
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
}
}
Loading

0 comments on commit e63b413

Please sign in to comment.