Skip to content

Commit

Permalink
add eslint-config package
Browse files Browse the repository at this point in the history
  • Loading branch information
gladwindos committed Feb 17, 2024
1 parent 838ce2b commit f87d586
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package-lock.json

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

File renamed without changes.
4 changes: 4 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@endpointly/eslint-config",
"version": "0.0.0"
}
4 changes: 4 additions & 0 deletions packages/server/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": ["@endpointly/eslint-config/base.json"],
"root": true
}
1 change: 1 addition & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"devDependencies": {
"@endpointly/tsconfig": "*",
"@endpointly/eslint-config": "*",
"@types/express": "^4.17.21",
"http-proxy-middleware": "^2.0.6",
"nodemon": "^3.0.3"
Expand Down

0 comments on commit f87d586

Please sign in to comment.