discord.js/.lintstagedrc.json

7 lines
247 B
JSON
Raw Normal View History

2022-07-22 11:21:56 +12:00
{
2023-08-22 11:33:47 +12:00
"$schema": "https://json.schemastore.org/lintstagedrc.schema.json",
2022-07-22 11:21:56 +12:00
"*": "prettier --ignore-unknown --write",
2023-08-22 19:40:11 +12:00
"{src/**,__tests__/**}.{mjs,js,cjs,ts,tsx}": "eslint --fix",
"src/**.ts": "vitest related --run --config ../../vitest.config.ts"
2022-07-22 11:21:56 +12:00
}