Skip to content

Commit 8c5443b

Browse files
committed
build: include ESLint configuration in ESLint TypeScript project
1 parent d27cfe8 commit 8c5443b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.eslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"compilerOptions": {
44
"allowJs": true
55
},
6-
"include": ["test", "**/*.config.js"]
6+
"include": ["test", "**/*.config.js", ".eslintrc.js"]
77
}

0 commit comments

Comments
 (0)