Skip to content

Commit 8651a44

Browse files
committed
add missing eslint file
1 parent c1e9bef commit 8651a44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"include": ["/**/*.ts", "/**/*.tsx"],
4+
"exclude": ["node_modules"]
5+
}

0 commit comments

Comments
 (0)