Skip to content

Commit 99969b2

Browse files
committed
lint
1 parent eb0bedc commit 99969b2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/.eslintrc.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,7 @@
4646
}
4747
},
4848
{
49-
"files": ["harness/**", "testRunner/**"],
50-
"rules": {
51-
"local/prefer-direct-import": "off"
52-
}
53-
},
54-
{
55-
"files": ["tsserver/**", "typingsInstaller/**"],
49+
"files": ["harness/**", "testRunner/**", "tsserver/**", "typingsInstaller/**"],
5650
"rules": {
5751
"local/prefer-direct-import": "off"
5852
}

0 commit comments

Comments
 (0)