CoolFace
Apppublic

thenuke02/cs2-analyzer

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
package.json15 linesDownload Raw Back to root
1{2  "name": "opensight-js-lint",3  "version": "0.0.0",4  "private": true,5  "description": "JS validation tooling for OpenSight (dev only — not a Node project)",6  "devDependencies": {7    "eslint": "^9.0.0",8    "@eslint/js": "^9.0.0"9  },10  "scripts": {11    "lint": "eslint src/opensight/static/js/",12    "lint:fix": "eslint --fix src/opensight/static/js/"13  }14}15