Skip to content

Commit

Permalink
chore :: ignore eslint
Browse files Browse the repository at this point in the history
wjzlskxk committed Nov 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a76c3df commit 49bcbb0
Showing 3 changed files with 44 additions and 3 deletions.
7 changes: 7 additions & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -2,4 +2,11 @@ module.exports = {
eslint: {
enable: false,
},
webpack: {
resolve: {
fallback: {
stream: require.resolve('stream-browserify'),
},
},
},
};
38 changes: 35 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -23,6 +23,7 @@
"react-query": "^3.39.2",
"react-scripts": "^5.0.1",
"recoil": "^0.7.5",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.2",
"tui-calendar": "^1.15.3",
@@ -54,6 +55,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",

0 comments on commit 49bcbb0

Please sign in to comment.