Skip to content

Commit b462c22

Browse files
committed
Added eslint config file, basic config
1 parent 21a95d1 commit b462c22

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc.json

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

0 commit comments

Comments
 (0)