mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Hoist linting for skin museum client
This commit is contained in:
parent
1c595a6b10
commit
4dbb82220f
3 changed files with 11118 additions and 305 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@typescript-eslint/parser": "^5.13.0",
|
||||
"eslint": "^8.14.0",
|
||||
"eslint-config-react-app": "^7.0.1",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^27.5.1",
|
||||
"prettier": "^2.3.2"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
const puppeteer = require("puppeteer");
|
||||
const { spawn } = require("child_process");
|
||||
const fs = require("fs-extra");
|
||||
// TODO: Should be fs-extra
|
||||
const fs = require("fs");
|
||||
|
||||
console.log(process.argv);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue