Skip to content

Commit

Permalink
add linting scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AltriusRS committed Sep 20, 2022
1 parent ccbe35d commit 9c02998
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,9 @@
"prestart": "tsc",
"start": "node ./dist/float.js",
"startHeadless": "tsc && node ./dist/float.js --headless",
"build": "esbuild ./src/float.ts --bundle --platform=node --outfile=dist/float.cjs && pkg ./dist/float.cjs --out-path=./build -t latest-linux,latest-mac,latest-win --compress GZip"
"build": "esbuild ./src/float.ts --bundle --platform=node --outfile=dist/float.cjs && pkg ./dist/float.cjs --out-path=./build -t latest-linux,latest-mac,latest-win --compress GZip",
"checkLint": "eslint ./src",
"lint": "eslint ./src --fix"
},
"dependencies": {
"@ctrl/plex": "^1.5.3",
Expand Down

0 comments on commit 9c02998

Please sign in to comment.