Skip to content

Commit 71452f2

Browse files
committed
Use standard via eslint config.
Update chai, mocha and uglifyjs.
1 parent ea7a3c2 commit 71452f2

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

.eslintignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
!.eslintrc.js
2+
js/*.min.js
3+
js/vendor
4+
test/vendor

.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
extends: 'standard',
3+
plugins: [
4+
'standard',
5+
'promise'
6+
]
7+
}

js/md5.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)