Skip to content

Commit

Permalink
chore :: ignore eslint with craco
Browse files Browse the repository at this point in the history
  • Loading branch information
wjzlskxk committed Nov 18, 2024
1 parent 6c9840b commit ed8aa36
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 3 deletions.
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,
},
};
216 changes: 216 additions & 0 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@b1nd/b1nd-styled-components-util": "^1.0.4",
"@b1nd/b1nd-toastify": "^2.0.0",
"@b1nd/b1nd-util": "^2.0.1",
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@team-b1nd/dodamdodam_web_component_library": "^1.2.2",
Expand Down Expand Up @@ -46,8 +47,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",
"lint": "eslint src --ext .ts,.tsx"
Expand Down Expand Up @@ -75,4 +76,3 @@
"eslint-plugin-unused-imports": "^4.1.4"
}
}

0 comments on commit ed8aa36

Please sign in to comment.