Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkShawn2020 committed Nov 24, 2024
1 parent 1f8d3d3 commit f60804e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tools/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"access": "public"
},
"files": [
"src"
"../config/src/eslint"
],
"peerDependencies": {
"eslint": ">=8.0.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/tools/eslint-config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// packages/tools/eslint-config/tsconfig.json
{
"extends": ["@cs-magic/ts-config"],
"include": ["src/**.js"]
"include": [
"src/**.js"
]
}

0 comments on commit f60804e

Please sign in to comment.