Skip to content

Commit 24ccea1

Browse files
committed
Add eslintrc for unittests
1 parent 3f77523 commit 24ccea1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

chromium/test/.eslintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"env": {
3+
"node": true,
4+
"mocha": true
5+
}
6+
}

0 commit comments

Comments
 (0)