mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 17:51:27 +03:00
chore: lint before commit
This commit is contained in:
@@ -10,11 +10,15 @@
|
||||
"keygen": "node scripts/keygen",
|
||||
"lint": "eslint src scripts --fix",
|
||||
"preinstall": "node scripts/preinstall",
|
||||
"prepare": "husky install",
|
||||
"postinstall": "node scripts/postinstall",
|
||||
"start": "node .",
|
||||
"studio": "npx prisma studio",
|
||||
"test": "echo \"There's nothing to test\" && exit 1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.js": ["npm run lint --"]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/discord-tickets/bot.git"
|
||||
@@ -72,6 +76,7 @@
|
||||
"eslint": "^8.33.0",
|
||||
"eslint-plugin-unused-imports": "^2.0.0",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.1.1",
|
||||
"nodemon": "^2.0.20"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
@@ -80,4 +85,4 @@
|
||||
"utf-8-validate": "^5.0.10",
|
||||
"zlib-sync": "^0.1.8"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user