Skip to content

Commit

Permalink
chore :: ignore eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzlskxk committed Nov 18, 2024
1 parent 25e8bb7 commit fefec10
Show file tree
Hide file tree
Showing 59 changed files with 589 additions and 6 deletions.
10 changes: 10 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
if npx eslint .; then
echo "검사 통과"
exit 0

else
echo "에러 발생!"

npx eslint --quiet --format=compact --ext .ts . | grep 'error'
exit 1
fi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions craco.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
eslint: {
enable: false,
},
};
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default [
{
files: ['*.js', '*.ts'],
},
];
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
"@b1nd/b1nd-design-core": "^1.0.4",
"@b1nd/b1nd-styled-components-util": "^1.0.4",
"@b1nd/b1nd-toastify": "^1.0.3",
"@craco/craco": "^7.1.0",
"@react-icons/all-files": "^4.1.0",
"@tanstack/react-query": "^4.29.12",
"@types/styled-components": "^5.1.26",
"axios": "^1.4.0",
"eslint": "^9.15.0",
"husky": "^9.1.6",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -24,8 +27,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "craco start",
"build": "craco build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down
Loading

0 comments on commit fefec10

Please sign in to comment.