Skip to content

Commit 7e0d089

Browse files
committed
Relax ESLint environments
1 parent 17fcf05 commit 7e0d089

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "takiyon-react",
33
"env": {
44
"browser": true,
5-
"mocha": true,
65
"node": true
76
},
87
"settings": {

test/.eslintrc

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

0 commit comments

Comments
 (0)