UNPKG

@golemio/eslint-config

Version:
40 lines (39 loc) 1.07 kB
{ "name": "@golemio/eslint-config", "version": "1.1.4", "description": "Golemio ESLint Shareable Config", "main": "index.js", "scripts": { "test": "eslint ./test/lint.ts", "build": "echo 'nothing to build';" }, "keywords": [ "golemio", "eslint" ], "author": "Operator ICT, a.s.", "license": "MIT", "repository": { "type": "git", "url": "https://gitlab.com/operator-ict/golemio/code/eslint-config" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", "@types/node": "^24.12.4", "eslint": "^8.1.1", "husky": "^4.3.7", "prettier": "^2.5.1", "typescript": "^5.1.3" }, "peerDependencies": { "eslint": "^8.1.1", "prettier": "^2.5.1", "typescript": "^5.1.3" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", "eslint-plugin-prettier": "^4.0.0" } }