add linting and formatting utilities
Showing
.eslintrc.js
0 → 100644
.prettierrc
0 → 100644
| { | { | ||
| "name": "ygoreplay-plugin", | "name": "ygoreplay-plugin", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "A plugin for SRVPro-like servers to publish useful statistical data to the storage server automatically", | "description": "A plugin for SRVPro-like servers to publish useful statistical data to the storage server automatically", | ||
| "main": "index.js", | "main": "index.js", | ||
| "repository": "git@git.mycard.moe:mycard/ygoreplay-plugin.git", | "repository": "git@git.mycard.moe:mycard/ygoreplay-plugin.git", | ||
| "author": "Sophia <beyondthesophia@gmail.com>", | "author": "Sophia <beyondthesophia@gmail.com>", | ||
| "license": "MIT", | "license": "MIT", | ||
| "private": true | "private": true, | ||
| "devDependencies": { | |||
| "@types/node": "^16.10.3", | |||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | |||
| "@typescript-eslint/parser": "^4.33.0", | |||
| "eslint": "^7.32.0", | |||
| "eslint-plugin-prettier": "^4.0.0", | |||
| "prettier": "^2.4.1", | |||
| "typescript": "^4.4.3" | |||
| }, | |||
| "dependencies": { | |||
| "form-data": "^4.0.0", | |||
| "moment": "^2.29.1", | |||
| "node-fetch": "^3.0.0" | |||
| } | |||
| } | } |
tsconfig.json
0 → 100644
This diff is collapsed.
Please register or sign in to comment