Skip to content

Commit 9eee797

Browse files
committed
[chore] eslint-config-react-app 삭제
1 parent e97abdd commit 9eee797

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"extends": [
3-
"react-app",
43
"eslint:recommended"
54
],
65
"parserOptions": {

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
"electron-notarize": "^0.2.0",
8484
"electron-rebuild": "^1.8.6",
8585
"eslint": "^7.1.0",
86-
"eslint-config-react-app": "^5.2.1",
8786
"eslint-plugin-import": "^2.20.2",
8887
"eslint-plugin-jsx-a11y": "^6.2.3",
8988
"eslint-plugin-react": "^7.20.0",

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,11 +1962,6 @@ configstore@^5.0.1:
19621962
write-file-atomic "^3.0.0"
19631963
xdg-basedir "^4.0.0"
19641964

1965-
confusing-browser-globals@^1.0.9:
1966-
version "1.0.9"
1967-
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd"
1968-
integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==
1969-
19701965
console-browserify@^1.1.0:
19711966
version "1.2.0"
19721967
resolved "https://registry.yarnpkg.com/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336"
@@ -2819,13 +2814,6 @@ escodegen@~1.1.0:
28192814
optionalDependencies:
28202815
source-map "~0.1.30"
28212816

2822-
eslint-config-react-app@^5.2.1:
2823-
version "5.2.1"
2824-
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-5.2.1.tgz#698bf7aeee27f0cea0139eaef261c7bf7dd623df"
2825-
integrity sha512-pGIZ8t0mFLcV+6ZirRgYK6RVqUIKRIi9MmgzUEmrIknsn3AdO0I32asO86dJgloHq+9ZPl8UIg8mYrvgP5u2wQ==
2826-
dependencies:
2827-
confusing-browser-globals "^1.0.9"
2828-
28292817
eslint-import-resolver-node@^0.3.2:
28302818
version "0.3.3"
28312819
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.3.tgz#dbaa52b6b2816b50bc6711af75422de808e98404"

0 commit comments

Comments
 (0)