Skip to content

Commit

Permalink
docs(eslint & build): issue with build docs and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Jun 17, 2022
1 parent 59b8ec6 commit 195c397
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"parserOptions": {
"project": [
"./tsconfig.doc.json"
"./tsconfig.eslint.json"
]
},
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.doc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.ts", "src/index.doc.ts"],
"include": ["src/**/*.ts", "src/index.doc.ts"],
"exclude": []
}
5 changes: 5 additions & 0 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "test/**/*.ts", "scripts/**/*.ts", "src/index.doc.ts"],
"exclude": []
}

0 comments on commit 195c397

Please sign in to comment.