Skip to content

Commit ba71770

Browse files
Merge pull request #172 from riescorp/master
Added eslint config file, basic config
2 parents 21a95d1 + b462c22 commit ba71770

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)