Skip to content

Commit c0269db

Browse files
committed
Add root: true to the top level eslint configuration file
1 parent 6ad43c3 commit c0269db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*/
2525

2626
{
27+
"root": true,
2728
"extends": ["eslint:recommended", "plugin:@typescript-eslint/base"],
2829
"env": {
2930
"browser": true,

0 commit comments

Comments
 (0)