Skip to content

Commit

Permalink
feat: merge and revert eslint version to 8.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jun 28, 2024
1 parent 46a5956 commit d6cf476
Show file tree
Hide file tree
Showing 9 changed files with 5,280 additions and 4,224 deletions.
3 changes: 3 additions & 0 deletions apps/client/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ["custom/next"],
};
1 change: 1 addition & 0 deletions apps/server/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.js
3 changes: 3 additions & 0 deletions apps/server/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ["custom/library"],
};
6 changes: 0 additions & 6 deletions apps/server/eslint.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint": "8.57.0",
"prettier": "^3.2.5",
"tsconfig": "workspace:*",
"turbo": "^1.13.2"
Expand Down
1 change: 1 addition & 0 deletions packages/database/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.js
3 changes: 3 additions & 0 deletions packages/database/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ["custom/library"],
};
6 changes: 0 additions & 6 deletions packages/database/eslint.config.js

This file was deleted.

Loading

0 comments on commit d6cf476

Please sign in to comment.