Skip to content

Commit

Permalink
chore: eslint should not output warnings for *.test.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Jun 4, 2020
1 parent c01ac60 commit 6ae8601
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.eslint.json
@@ -1,4 +1,10 @@
{
"extends": "./tsconfig.json",
"include": ["./src", "**/*.js", "**/*.config.js", "**/*.less"]
"include": [
"./src",
"**/*.js",
"**/*.config.js",
"**/*.test.ts",
"**/*.less"
]
}

0 comments on commit 6ae8601

Please sign in to comment.