mirror of
https://github.com/danbulant/discord.js
synced 2026-06-18 22:21:17 +00:00
ESLint fixups
This commit is contained in:
parent
5e97d309bf
commit
6772222955
2 changed files with 4 additions and 1 deletions
|
|
@ -2,5 +2,8 @@
|
|||
"env": {
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"ecmaFeatures": {
|
||||
"modules": true
|
||||
}
|
||||
}
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "A way to interface with the Discord API",
|
||||
"main": "./entrypoint.js",
|
||||
"scripts": {
|
||||
"test": "eslint *.js lib test && node test/lib-test.js"
|
||||
"test": "eslint *.js src test && node test/lib-test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue