Skip to content

Commit

Permalink
Include test/ dir in linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Aug 3, 2023
1 parent d8bdc00 commit 65439b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
},
"ts-standard": {
"ignore": [
"dist",
"test"
"dist"
]
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"include": [
"src/**/*",
"test",
".eslintrc.js",
"karma.conf.js"
],
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
},
"include": [
"src/**/*",
"test/*.spec.ts",
".eslintrc.js",
"karma.conf.js"
],
"exclude": ["node_modules", "dist", "test"]
"exclude": ["node_modules", "dist"]
}

0 comments on commit 65439b8

Please sign in to comment.