@cpuchain/eslint
Version:
Common ESLint config for CPUchain projects
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "@cpuchain/eslint",
"version": "1.0.14",
"description": "Common ESLint config for CPUchain projects",
"license": "MIT",
"author": "CPUchain",
"type": "module",
"module": "index.js",
"types": "index.d.ts",
"exports": {
".": "./index.js"
},
"keywords": [
"cpuchain"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cpuchain/eslint.git"
},
"scripts": {
"lint": "eslint index.ts",
"build": "tsc --declaration",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-html": "^8.1.4",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"typescript-eslint": "^8.59.2"
},
"devDependencies": {
"@types/node": "^25.6.2",
"typescript": "^6.0.3"
}
}