mirror of
https://github.com/danbulant/discord.js
synced 2026-06-24 17:21:59 +00:00
Change test script to ESLint
This commit is contained in:
parent
576a7f2488
commit
0916cd71a5
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "A way to interface with the Discord API",
|
"description": "A way to interface with the Discord API",
|
||||||
"main": "./src/index",
|
"main": "./src/index",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "eslint src/ && node test/random",
|
"test": "eslint src/",
|
||||||
"docs": "node docs/generator/generator.js"
|
"docs": "node docs/generator/generator.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue